Case insensitive completion
- I made setting
Editor -> code completion -> case sensitive completion -> None
- I type
collections<ctrl+space>
I get "No suggestions" .
Is this bug or expected behaviour
I use idea 9 open source edition
( In Eclipse it gets option for completing java.util.Collections which is what i expect to happen)
请先登录再写评论。
To add...
Collections<ctrl+space>
works. ie completion looks case sensitive
Class name completion (Ctrl+Alt+Space) should work. In fact, it does in case the Basic completion returns nothing and your prefix starts with an uppercase. Looks like the last condition should be refined a bit. Feel free to fire a tracker issue.
ok , Ctrl+Alt+Space works. If Basic completion also works as case insensitive for classnames it may be better as it is easier to type for a person in lower case than mixed case
Filed : http://youtrack.jetbrains.net/issue/IDEA-25979