Inspiration

This extension runs static code analysis and can be useful for code review increasing code quality.

What it does

This extension will help pinpoint:

  • missing comments in classes, methods, etc.
  • suggest variable naming errors
  • unused variables
  • etc.

How I built it

Coding REST API using Java linking static code analysis and front end created in Javascript and packaged as VSTS extension.

Challenges I ran into

Multiplatform line separators. Custom parser for responses and putting values in code highlight.

Accomplishments that I'm proud of

Easy to use extension (I hope the users think the same)

What's next for Java Code Analyzer

Increase language coverage and adding more rules. Maybe a paid version running visual code analytics.

Built With

Share this project:

Updates