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?
TODO
s items. My question was about highlightingTODO
s directly in the source code view. So still rawdog's answer is the accepted answer ... – Monetary