Codalyze: Code Complexity Report Generator Extension
All you need for analyze your code and get complexity report online!
Supported languages;
- C++
- C#
- Java
- Javascript
- Objective C
- PHP
- Python
- Ruby
- Swift
- Golang
Run
Use Ctrl + Shift + P (Windows) / Shift + Command + P (MacOS) shortcut and write Codalyze . Finally, run it!
Preview
Extension Settings
This extension contributes the following settings:
code-complexity-report-generator.threshold.cyclomaticComplexity : Specify the cyclomatic complexity threshold.
code-complexity-report-generator.threshold.linesOfCode : Specify the lines of code threshold.
code-complexity-report-generator.threshold.parameterCount : Specify the parameter count of the function threshold.
Known Issues
There's no any known issues. Please don't hesitate to report it.
Release Notes
1.1.7
Added
1.1.6
Changed
- Command title is changed.
1.1.5
Added
- Supported languages are added to the documentation.
1.1.4
Changed
1.1.3
Added
- Show more detail about the error.
1.1.2
Changed
- Show error message when analyze response is not available.
1.1.1
Changed
- Broken preview link is fixed.
1.1.0
Added
- Threshold values can be specified with configuration options.
1.0.0
Initial release.
FAQ
- Are the codes are saving anywhere?
No, the API is completely stateless. Means, codes are analyzed and immediately removed.
Enjoy!
| |