Constant code-completion in Netbeans
I've just discovered that strg+space bring开发者_如何学Cs up suggestions for code completion in NetBeans. This is one of the features I've always loved in Visual Studio and I'm glad that it's available in NetBeans, too. In my opinion IntelliSense does a really good job. On the contrary pressing strg+space to get the suggestions is not very comfortable. I know what to write and only use the auto-completion for variable and method names. Therefore just typing the name is faster than using strg+space and picking a suggestion. I would like the suggestions to be shown always while I'm coding.
Under Tools/Options I've toggled everything on that sounds like "code completion", "auto popup completion window", "auto popup documentation", ... but it's not working. I still have to use strg+space. What shall I do?
IntelliJ has three auto-complete modes and I find it much more powerful than the same in eclipse/netbeans.
It is annoying to press + if you are not used to it, but sine I have three modes, I want to be able to select which one I want.
Perhaps it is something you will quickly get used to and will do it without thinking about it.
精彩评论