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

Supports adding spaces after "//" when use IntelliSense support #181

Open Jun2030 opened 1 year ago

Jun2030 commented 1 year ago

Supports adding space after "//" when use IntelliSense support,like this:

// BAD
//FIXME - abc
// GOOD
// FIXME - abc

Or is there any way to set it up