When I create a method comment in Netbeans by typing /**
+ ENTER I get something like this
/**
*
* @param nameOfParam
* @return
* @throws SQLException
*/
but in my case I like comments looking like this
/**
*
* @param
* nameOfParam -
* @return
* @throws SQLException
*/
So I need to change this template but I can't find where. I can change every single behavior of Netbeans besides this one.
Can somebody help?
Method comment templates cannot be customized to the level which is expected in this question. These customization features can be added to the NetBeans IDE and there is a specific way how this can be done as the NetBeans IDE is an open source project working in open source way of development. The typical steps to ask the developers to add this feature in NetBeans IDE will be
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