How to count lines of Java code using IntelliJ IDEA?

前端 未结 9 479
慢半拍i
慢半拍i 2020-12-07 09:25

How to count lines of Java code using IntelliJ IDEA?

9条回答
  •  自闭症患者
    2020-12-07 10:00

    You can to use Count Lines of Code (CLOC)

    On Settings -> External Tools add a new tool

    • Name: Count Lines of Code
    • Group: Statistics
    • Program: path/to/cloc
    • Parameters: $ProjectFileDir$ or $FileParentDir$

提交回复
热议问题