开发者

Lines of Code count for Flex in Eclipse

开发者 https://www.devze.com 2023-03-24 23:20 出处:网络
How to get the SLOC c开发者_如何学Goount for the Flex code in Eclipse? Is there a plug-in similar to \"Metrics\" for finding information about the Flex porject?This is the easiest way to count lines o

How to get the SLOC c开发者_如何学Goount for the Flex code in Eclipse? Is there a plug-in similar to "Metrics" for finding information about the Flex porject?


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!


From this question:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号