History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-25560
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Peter Gromov
Reporter: Gregory Shrago
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Complete static members from classes that are already mentioned in import block as static import

Created: 26 Mar 08 19:21   Updated: 26 Mar 08 19:21
Component/s: Editor. Code Completion
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
class Type { static Type B; static Type C; }

In the following code A.C should be suggested and added to imports

import static A.B;

Type t = <smart complete>


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.