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

Feature request: Sorting epic LISTS #148

Open Lila-Blume opened 2 years ago

Lila-Blume commented 2 years ago

I love using the epic anchors. But while item sorting inside a list is already possible with the sequence number, there's no way to sort the lists themselves. And they are not even sorted alphabetically but rather randomly from how they are detected at scan time it seems. The sorting also jumps around when a script with an anchor is opened that hadn't been open before. That makes it really had to keep track of what is where. Could you please implement something like the sequence numbers but on list level? Or at least make them sort alphabetically by default?

dbwodlf3 commented 2 years ago

//ANCHOR [epic=test] Test //ANCHOR [epic=test, seq=1] HiA //ANCHOR [epic=test, seq=1] HiB //ANCHOR [epic=test, seq=1] HiC

but i think it need more options. nested sequence level. or just this limitations is designed for just anchor architecture style...