vscode-comment-anchors
vscode-comment-anchors copied to clipboard
Multi Styled or Multi Colored Comment ---A Suggestion
Hi,
I love the comment anchor so far, its really fantastic.
I tried to have a comment, a single line with 2 colours or bold but couldnt do it.
For example,
If I want a comment in c/c++
(1) //NOTE A is important to be done FIXME B when A its done.
Now I am happy if I have to do like this
(2) //NOTE A is important to be done //FIXME B when A its done.
Here in 2 I put the comments (//) again so it should be read but so far your app is not reading it. Your app only read anything close to the first "//" comments and ignore the rest.
However, if I install another comments app for example 'Better Comments' or 'Colorful Comments' I can achieve the (2).
In that case, If I write
(3) //NOTE A is important to be done //? do B when A its done.
where (?) works for red color then I get both the NOTE highlighter from your app ( anchor comment) and (?) highlighter from better comments app.
So I would love if I get both from your app.
Thanks :)