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

Feature Request: Strikethrough, Underline and Custom Style Tag #215

Closed Zodsmar closed 7 months ago

Zodsmar commented 8 months ago

I would love to see the JSON have the ability to have: "isStrikethrough": true, "isUnderline": true,

Edit: PR was created which gives text decoration styling instead of booleans for it!

The custom style tag would be for allow just any CSS Style in it. By looking at the code I see that the tag itself is just converted to HTML so why not just have a customStyle tag that allows the users to add there own custom css styling!

macjuul commented 7 months ago

Closing as completed