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
569 stars 60 forks source link

Enhancement: differentiate state modifying calls #102

Open eccentricexit opened 2 years ago

eccentricexit commented 2 years ago

In the below code, we have two external calls underlyingValue and addValue.

It would be great to know which one is state modifying without looking having to navigate to the functions themselves.

Screenshot from 2022-04-26 14-01-14