Search code examples
visual-studio-codecommentsatom-editorsyntax-highlighting

Is this custom syntax highlighting from Atom package possible with VS Code in any and all languages?


This comment syntax highlighting from this package is very nice for making different comments stick out & organizing thoughts.

It looks like the picture below...

Is this possible in VS Code for any and all languages?

Requirement is that this should be possible to integrate with existing themes in VS Code.

Minimally I'm asking for Dart/Flutter, but would prefer a universal comment syntax highlighter so all languages get same comment treatment.

Atom custom syntax highlighting from package


Solution

  • The TODO Highlight Extension does this.