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

Updating Epic names duplicates Epic entries #147

Open bretonics opened 2 years ago

bretonics commented 2 years ago

When updating Epic anchor names, the old epic still appears and the newly modified name appears as a new Epic along side the old one.

Only way to fix it is to reload the extension, which points to the missing feature of triggering searching for new anchors. There is no action to manually trigger a new search after the initial search made by clicking on the "search".

exgs commented 1 year ago

Same as me!

Enricond commented 1 year ago

image

if you have in fileA.c a LINK fileB.c#anchor1 statement fileB.c has the ANCHOR[id=ancor1] statement

if you simply switch between the two files, new equal line is added on workspace list ... on every switch.