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

Sort anchor by type and alphabetic order #183

Open RemyNtshaykolo opened 1 year ago

RemyNtshaykolo commented 1 year ago

Thank you very much, this extension is a game-changer! Finally, there's some organization in my code. It would be great if I could sort the anchors by type first and then by alphabetical order.

For example, in my React Native app, I have an anchor called "header component" at the level of the View that displays the header, and an anchor called "header style" in a StyleSheet object . If these two anchors could be juxtaposed in the list, that would be great. In fact, this would allow me to group them by "mini-epic" simply by using alphabetical order.

image