How to customize TODO templates on Netbeans 8?

I'm used to working with TODO comments on my code, and this has never been a problem for Eclipse or Netbeans, but in Netbeans 8 I cannot find a way to configure Action Items.

I think it was in Tools> Options> Miscellaneous, but I cannot find it anywhere.

Any thoughts?

+4
source share
1 answer

I see the TODO configuration in:

Tools → Options → Command → Action Elements

Screenshot:

enter image description here

+10
source

Source: https://habr.com/ru/post/1542864/


All Articles