StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
205 stars 32 forks source link

[FR] Option to toggle / disable mouse hover preview #208

Closed bonnebulle closed 7 months ago

bonnebulle commented 11 months ago

Hello Amazing tool, I cant live without it ! But I dont understand the utility to see a popup showing Comment Anchor: MY_ANCHOR CONTENT ("popup" or "tooltip") Here a demo : image An option to prevent it should help ! Thanks again

bonnebulle commented 7 months ago

Does someone have an idea ? Of course, I should use configuration parameters: "editor.hover.enabled": false, I want some tooltips... but not hover the comment_anchors

Issue related to : https://github.com/StarlaneStudios/vscode-comment-anchors/issues/200#issue-1827811720

Thanks