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
212 stars 33 forks source link

Epic anchors doesn't work #127

Closed PlavcDav closed 3 years ago

PlavcDav commented 3 years ago

File anchors works normally, but epic doesn't work in any type of project.

cSharpProblem

shellProblem

JordanDi123 commented 3 years ago

Hi there,

It looks like you are not in a workspace. You must be within a workspace for epic anchors to work.

Here is an example of your code working on my end. Please note that the NOTE anchor does not display because it does not have a scope of workspace:

image

If you happen to capture this within a workspace and the epics are still not displaying, please follow up with more information.

Thank you for using Comment Anchors! :)