There are plenty of code metrics tools available in the world but its very difficult/time consuming process to evaluate tools.
Requirements:
- Count number lines in the code
- Count number of Classes
- Count number of methods
- etc..
Below are list of options.
1. Reflector (http://www.red-gate.com/products/reflector/) with custom Add Ins. (Only .NET Languages)
2. Source Monitor from http://www.campwoodsw.com/sourcemonitor.html (Supports most of the language)
3. Line Counter with VS2005 Add Ins. (Only .NET Languages ) http://www.codeproject.com/KB/macros/LineCounterAddin.aspx
Hope this tool is helpful for project metrics related work.
Meet your new AI coding teammate: Gemini CLI GitHub Actions
-
Today, we’re introducing Gemini CLI GitHub Actions. It’s a no-cost,
powerful AI coding teammate for your repository. It acts both as an
autonomous agent fo...
8 hours ago