79316789

Date: 2024-12-30 04:06:03
Score: 1.5
Natty:
Report link

VSCode does not give access to the built-in tokens.
Because the parser runs on the render thread and not the extension host thread.

You can instead use the same VSCode TextMate library to parse files and receive the tokens.

Otherwise you could use Web-Tree-Sitter.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: RedCMD