trailofbits / vscode-weaudit

Create code bookmarks and code highlights with a click.
https://marketplace.visualstudio.com/items?itemName=trailofbits.weaudit
GNU General Public License v3.0
169 stars 16 forks source link

Feature request: Option to unhighlight note/finding code block selection #18

Closed ThreeHrSleep closed 5 months ago

ThreeHrSleep commented 5 months ago

Desired feature

Would appreciate having an option(toggle) to unhighlight highlighted note/finding selection(temporarily).

Screenshot from 2024-03-26 10-53-07

How is it useful ?

After going through a code-base multiple times,many auditors like doing a fresh pass(without seeing tags/comments that they've added during first few passes) to get new ideas & to get rid of any false assumptions that they might've made previously

Option to turn off the highlighted selections can be helpful for us in that way

fcasal commented 5 months ago

Hello @ThreeHrSleep , you can already hide all your notes and findings (or other user's if you share the file with a teammate) by clicking on your username in the "WeAudit Files" tab

hide_findings

ThreeHrSleep commented 5 months ago

Ah! sorry ,my bad Thanks for the response :) closing the issue