sourcery-ai / sourcery-vscode

VS Code extension for Sourcery
MIT License
83 stars 11 forks source link

Code Quality summary #120

Open ryanmerolle opened 1 year ago

ryanmerolle commented 1 year ago

It would be nice to get a view of the code quality for a repo overall or per file. Right now, the only way to see this is by mousing over the code itself to see the quality score.

Many VS Code extensions add extension windows to the primary side bar, and this would be a great spot to add some details.

reka commented 1 year ago

Thanks, that's a great idea. We consider adding something like that to a separate window in VSCode or to the Sourcery Hub.

For now, you can check out our open source package: https://github.com/sourcery-ai/sourcery-analytics https://pypi.org/project/sourcery-analytics/

It's a CLI tool showing code quality metrics per file