Solved
Forum Discussion
6 Replies
Sort By
- tristaanogreEsteemed Contributor
What do you mean by "code analysis"?
TestComplete has the following already built in.
- ductrehoOccasional Contributor
Hello,
I was thinking of an analyzer in the visual studio genre. More advanced than TestComplete.
I would like to go much further than explorer code.
instead of having long functions it is more interesting to have cyclomatic complexity. Have the variables that are not used. Being able to add our own rules ourselves- BenoitBCommunity Hero
Cannot link to external code analysis tool but:
- if you have a pipeline in use, perhaps somewhere outiside you can connect on (link to commit in git e.g.)
- if occasional use, you can go to https://jshint.com/ and put your code for review, quite some basic settings available, and moreover you can install locally (node.js) if wanted :