Page 1 of 1

Unused imports (Netbeans)

PostPosted: 23 Jun 2015, 09:33
by LevelX
I noticed today, that there is a setting in netbeans to remove unused imports and to sort the imports automatically on save of the source code.

Works very well after my test.
So if you use Netbeans I recommend to switch theses options to on!

UnusedImports.jpg

Re: Unused imports (Netbeans)

PostPosted: 24 Jun 2015, 01:17
by BetaSteward
Great find! I use NetBeans and I'm always hitting Alt-Enter on an unused import and selecting "Remove all unused imports". Now I don't have to worry about that.