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

Feature request: 'Find references' #26

Closed maurelian closed 3 years ago

maurelian commented 4 years ago

JS language support has a really nice 'find references' feature, which would be really nice to have here. My use case would be highlighting sensitive state vars so I can review any code that touches it.

image

A similar feature would be the ability to highlight a state var, with an icon. Much like how arguments are indicated an arrow in the extension.

tintinweb commented 4 years ago

👍