Consensys / vscode-solidity-auditor

Solidity language support and visual security auditor for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor
GNU General Public License v3.0
571 stars 60 forks source link

Highlight shadowed function parameters #21

Closed akuanti closed 3 years ago

akuanti commented 5 years ago

Currently, the extension highlights places where a state variable is shadowed by a local variable. It also would be useful to see when a function parameter is shadowed by a local variable.

tintinweb commented 5 years ago

yeah this needs to be reworked anyway :) keep me posted on other features you might need and I'll try to get them in. cheers.