My Eclipse favorite configurations
My Eclipse favorite configurations Enable auto activation triggers for Java Many times you are wondering how come any programmers can type so fast. Trust me, with auto recommendation feature in Eclipse, you can be fast as well. you just need a little bit of configurations. Go to Preferences->Java->Editor->Content Assist Copy "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ." to the red circle box below (without the quotation mark). You can tick "Disable insertion triggers except 'Enter'". I prefer to do that otherwise it will automatically add some recommended string to your variables. For example, I want to define a string variable "String name", it will automatically add "String" to my variable like "String nameString". I feel this very annoying, so I usually tick this checkbox.