Gaming32 / ArrayV

New home of https://github.com/MusicTheorist/ArrayVisualizer
MIT License
303 stars 47 forks source link

Suggestion: Use SonarLint or a better linter on VS Code #87

Closed smaybius closed 1 year ago

smaybius commented 2 years ago

It'll scan through the open files and is able to detect a whole range of problems and suggestions, such as the cyclomatic and cognitive complexity of code, and what and how it needs refactoring.

Gaming32 commented 2 years ago

If you wanna use that, go ahead! Currently ArrayV uses Checkstyle though.