Reputation: 498
Netbeans has a nifty shortcut completion, I use while I type. It works in comments, in strings. Pretty much places where regular completion is useless. It basically autocompletes using the editor scope (in other words, whatever word matches closes to the point you are typing). Is there something similar in Eclipse ? I am making a transition due to lack of mybatis/mylyn support in netbeans. You can read more about it here https://blogs.oracle.com/chengfang/entry/why_am_i_using_netbeans .
Upvotes: 0
Views: 455
Reputation: 20003
It's called Word Completion
. The key binding may vary; Ctrl/Cmd+Shift+L to find out.
Upvotes: 3