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
206 stars 32 forks source link

`SECTION` folding is not working in the editor gutter #79

Closed Enteleform closed 4 years ago

Enteleform commented 4 years ago

I tried using the SECTION anchor (paired with the closing !SECTION anchor), and it is not generating the fold/unfold buttons in the editor gutter.

The sections display as expected in the File Anchors sidebar, with folding & nesting working as expected.

I tested this on the current portable release of VSCode to confirm that it wasn't a conflict with another plugin.

macjuul commented 4 years ago

The in-editor folding caused more harm than good, and since I personally don't currently have the resources to fix it I opted to remove the feature from the latest release.

See #75