[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: field and variable completion

Jeff Brown wrote:
- do not include classes and interfaces in the list of completion candidates

You wouldn't want that...

- make candidate selection case-sensitive, effectively removing classes and interfaces when I start with lower case (this seems preferable)

There is an enhancement request for this - search bugzilla.

Note that the case-insensitive proposals are already ranked lower, so you should find what you want at the top of the list.

You can also enable incremental completion (Java>Editor>Code Assist preference page) which will try to complete the common prefix of all possible proposals and which works case-sensitively.

-tom