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

Configurable trailing "arrow" for semantic function argument highlighting #104

Closed tintinweb closed 2 years ago

tintinweb commented 2 years ago

adds configuration option solidity-va.deco.argumentsSuffix to control the "arrow" decoration for semantic function highlighting. It can now be removed (empty string) or changed to any other character/string. Default `⬆´

see trailing "arrow" in function argument decoration:

image

fixes #100