Editing method comment template in Netbeans 6.9.1
问题 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? 回答1: Method comment templates cannot be customized to the level which is expected in