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

ANCHOR #id should be treated as current file #163

Closed netizen-ais closed 1 year ago

netizen-ais commented 2 years ago

Just like HTML anchors, shouldn't it?

macjuul commented 1 year ago

The anchors use a different syntax from HTML. You can however achieve the same behavior with Link Anchors.

netizen-ais commented 1 year ago

That was my request. In a large file, with lot of anchors, I'm forced to type the file name in every // link

macjuul commented 1 year ago

Good point, I'll see if I can improve the workflow of linking within the same file