How to count lines of Java code using IntelliJ IDEA?

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

How to count lines of Java code using IntelliJ IDEA?

9条回答
  •  自闭症患者
    2020-12-07 09:56

    In the past I have used the excellently named MetricsReloaded plugin to get this information.

    You can install it from the JetBrains repository.

    Once installed, access via: Analyze -> Calculate Metrics...

提交回复
热议问题