I have switched from Eclipse to Netbeans. Eclipse has a way too highlighting TODO's in Java comments like:
public void test(String str) { // TODO: check if str is null! ... ... }
In Eclipse I could change the editor configuration so that the TODO was printed bold or in another color. Is there a way to set that up in Netbeans?
There's a helpful Netbeans feature that has been renamed to Action items in version 7.4 and has formerly been known as Todo Tasks. To show occurences of keywords in comments like TODO or FIX in a separate list go to Window/Action Items. The listed keywords can be configured in Tools/Options/Miscellaneous/Action Items.
From the menu bar, select Window > IDE Tools > Javadoc Documentation to open the Javadoc window, in which the documentation is refreshed automatically for the location of your cursor.
To format all the code in NetBeans, press Alt + Shift + F. If you want to indent lines, select the lines and press Alt + Shift + right arrow key, and to unindent, press Alt + Shift + left arrow key.
There's a helpful Netbeans feature that has been renamed to Action items in version 7.4 and has formerly been known as Todo Tasks. To show occurences of keywords in comments like TODO
or FIX
in a separate list go to Window/Action Items. The listed keywords can be configured in Tools/Options/Miscellaneous/Action Items.
Following Deve's answer, in Netbeans 8 things changed a little bit.
In version 8, it is in Tools/Options/Team/Action Items
More info: https://www.youtube.com/watch?v=HsENrzwsiOw&hd=1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With