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

Key: IDEADEV-18360
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Peter Gromov
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

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

Code completion does not suggest package names in attribute or method declaration

Created: 26 Jun 07 17:13   Updated: 05 Aug 08 19:42
Component/s: Editor. Code Completion
Fix Version/s: None

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

Build: 7,037


 Description  « Hide
Get java source. Try code completion in field or method declaration, in place of type, return type of parameter type. E.g.:
public class Plain {
	private HERE myName = null;
}

Type package name with dot, e.g. "java.". Check code completion: it suggests nothing. The same for any package without classes. Subpackages are just not suggested.

Within method bodies they are suggested: that's Ok.



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