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

@audit-issue #23

Closed rmi7 closed 5 years ago

rmi7 commented 5 years ago

This is a feature request.

Next to having @audit and @audit-ok, it would be great if there was also @audit-issue.

this command would signify that an issue has been created in github/bitbucket, having a blue marker instead of red/green.

besides this this plugin is already amazing 👍

tintinweb commented 5 years ago

Hi @rmi7,

Yeah that one is totally missing :) going to ship it with the next release 👍 (including an @audit-info tag in blue as well or neutral color just to leave some informational notes)

cheers

tintinweb commented 5 years ago

image image

rmi7 commented 5 years ago

great, maybe give the info and issue different colors?

tintinweb commented 5 years ago

I'm not good with the design parts :p issue -> purple

image image

rmi7 commented 5 years ago

great, as long as they have a different color its fine. 👍😎

topcook commented 2 years ago

How can I start auditing from scratch by using this extension in vscode?