Consensys / vscode-solidity-metrics

Generate Solidity Source Code Metrics, Complexity and Risk profile reports for your project.
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-metrics
46 stars 6 forks source link

State supported programming languages somewhere #4

Closed micgro42 closed 4 years ago

micgro42 commented 4 years ago

Please state somewhere, ideally also on the extension page that is visible in VSCode, which programming languages this plugin supports. Is it only for JS/TS? PHP? Java/DotNet? Ruby? I have still no idea.

tintinweb commented 4 years ago

The extension creates code metrics reports for the solidity smart contract programming language. It kind of is in the extension's name 😅 But it just occurred to me that if you don't know the solidity language the word solidity might sound like part of a brand or so. Updated the readme to make it more clear. Thanks for the report!

--> https://github.com/ConsenSys/vscode-solidity-metrics/commit/a3fb3238c3d836d2c0b10e43fd42eb4745eee7c5

cheers, tin

micgro42 commented 4 years ago

That is exactly what happened. I expected it to somewhat create metrics about how solid (or SOLID) my code is. Thank you for making it more explicit 🙏