vscode-comment-anchors
vscode-comment-anchors copied to clipboard
Possible to Allow link tags to contain text regarding what the link is for?
I have tried doing several different things with link tags all being unsuccessful.
//LINK Create Error Message : ./file.js:139
//LINK Create Error Message - ./file.js:139
//LINK ./file.js:139
Only the last works. If its possible or I am just doing it wrong, I would really like to be able to include a message with the link tag to avoid just cluttering the document with //NOTE
tags or some other tag above it.