If I am editing Java source in a context where a variable called
"propValue" (just an arbitrary example) is accessible and on a new line I
type "prop" followed by Ctrl+Space to invoke code completion, the list of
possible completions is very long because it contains many classes that
begin with "Prop". Are there any preferences and/or tricks to accomplish
either or both of the following:
- do not include classes and interfaces in the list of completion
candidates
- make candidate selection case-sensitive, effectively removing classes
and interfaces when I start with lower case (this seems preferable)