Eclipse has the option to put the semicolon at the right place in your coding.
For some very annoying reason my workspace had this feature disabled. In case you have the same activate it via the following:
Eclipse has the option to put the semicolon at the right place in your coding.
For some very annoying reason my workspace had this feature disabled. In case you have the same activate it via the following:
Interesting… I always thought that nobody at all was using ‘Smart Semicolon’…
What’s the effect of this feature?
@andrew Eclipse will put the semicolon at the right place in your coding, e.g. end of line.
Thanks for the reminder. I had it set for Java but was having the same problem with JavaScript and couldn’t remember how to set it. I use this feature all the time and really like it.
@Andrew: It puts the semicolon at the end of the line, no matter at what position the cursor in that line is, while you type the ;
.composite.dispose()
..composite.d>;<ispose()
…composite.dispose() ;
This is one of my favorite settings and one of the first things I activate in a fresh workspace (actually I’m using Google’s Eclipse Workspace Mechanic to automate this). I can’t imagine living without this feature!