Eclipse 中 Flex 的代码行数

发布于 2024-11-27 03:04:30 字数 72 浏览 2 评论 0原文

如何在 Eclipse 中获取 Flex 代码的 SLOC 计数? 有没有类似“Metrics”的插件可以查找Flex项目的信息?

How to get the SLOC count for the Flex code in Eclipse?
Is there a plug-in similar to "Metrics" for finding information about the Flex porject?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

清风夜微凉 2024-12-04 03:04:30

这是计算任何特定语言的代码行数的最简单方法,并且不需要插件。

步骤:

  1. 单击项目的根文件夹
  2. 右键单击​​并选择搜索(或 Cntl+H)
  3. 在“包含文本”框中键入 \n 并确保选中“正则表达式”复选框
  4. 在“文件名模式”中输入,键入要包含在计数中的文件的文件扩展名,或者如果您觉得懒惰,请单击“选择”。
  5. 点击“搜索”

嘭!整个项目的即时行数!

这些说明可能会因您的 Eclipse 版本而略有不同,但您应该能够弄清楚。

祝你好运!

This is the easiest way to count lines of code of any particular language and does not require a plugin.

Steps:

  1. Click on the root folder of your project
  2. Right-click and select Search (or Cntl+H)
  3. In the box "Containing Text" type \n and make sure to select the "Regular Expression" checkbox
  4. In the "File name patterns" input, type the file extensions of the files you want to include in your count, or click on "Choose" if you are feeling lazy.
  5. Click "Search"

BAM! Instant line count for your entire project!

These instructions may differ slightly depending on your version of Eclipse, but you should be able to figure it out.

Good luck!

暖风昔人 2024-12-04 03:04:30

来自这个问题

http://metrics.sourceforge.net 可以做线条。我不确定用词
然而。

From this question:

http://metrics.sourceforge.net can do lines. I'm not sure about words
however.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文