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

[request] add more audit annotations/bookmarks #89

Closed StErMi closed 2 years ago

StErMi commented 2 years ago

Would be possible to configure or add more audit annotations/bookmarks?

I would like to be able to specify things like @audit-wontfix or @audit-fixed or whatever else so the plugin should allow me to specify new @audit-MYNAME and change the color of that bookmark.

tintinweb commented 2 years ago

Hey @StErMi,

you can customize the extension in the settings. see FAQ: https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-inline-bookmarks

something like this would do:

image