计算Android Studio中所有java类中的代码行数 [英] Count lines of code in all java classes in Android Studio

查看:46
本文介绍了计算Android Studio中所有java类中的代码行数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么办法可以查看项目中每个java类的总代码行数吗?

Is there any way I can view the total lines of code in each java class in my project?

正在为 Android Studio 寻找类似 this 的内容.

Looking for something like this for Android Studio.

推荐答案

转到https://plugins.jetbrains.com/idea/plugin/4509-statistic并安装最新版本

安装

  1. 运行 Android Studio

  1. Run Android Studio

从菜单栏中,选择文件-->设置

From the menu bar, select File-->Settings

在 IDE 设置下,单击插件,然后单击从磁盘安装插件

Under IDE Settings, click Plugins, and then click Install plugin from disk

导航到您下载插件的文件夹并双击它

Navigate to the folder where you downloaded the plugin and double-click it

重启 Android Studio

Restart Android Studio

计算行数

  1. 检查安装后可见的统计选项插件
  2. 这个选项在Android studio左下角run, debug, gradle控制台附近

21/05/2015

如果您看不到统计选项,请执行以下操作:

If you cannot see the Statistics options, do the following:

  1. 从工具栏中选择查看.

  1. Select VIEW from the toolbar.

选择工具窗口.

选择统计信息.

你会看到你的项目的统计数据,在底部有一个 TOTAL 部分,在 LINES 的 Column 下显示总行数.

You will see the statistics of your project and at the bottom, there is TOTAL section which displays the total lines under the Column of LINES.

这篇关于计算Android Studio中所有java类中的代码行数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆