Code cleanup in netbeans

前端 未结 9 1032
感动是毒
感动是毒 2020-12-04 10:55

Is there something similar to the Eclipse cleanup rules (Preferences > Java > Code Style > Clean Up) in NetBeans?

The cleanup rules in eclipse will allow you to clea

相关标签:
9条回答
  • 2020-12-04 11:28

    NetBeans 7.2 has Inspect & Transform refactoring to do this:

    http://netbeans.org/kb/docs/java/editor-inspect-transform.html

    0 讨论(0)
  • 2020-12-04 11:28

    I know that netbeans points out these things automatically, but beyond merely pointing them out I don't know.

    0 讨论(0)
  • 2020-12-04 11:30

    If you just want to make your code have proper indentations on a whole project, simply click the project name, go to "Source," and then click "Format." Hope this helps!

    0 讨论(0)
提交回复
热议问题