-
Hi everyone, I'm wondering how I can get syntax highlighting or IntelliSense for JavaScript in the Monaco editor. I have always been able to do this before using the packages provided by Codingame (the default extension and the language features), or the corresponding VSIX extensions. For JavaScript, however, only the default extension is available, and this only provides syntax highlighting. JavaScript is one of the built-in languages in VSCode, so can this also be activated by default, or is there another way to achieve code validation and IntelliSense? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @pbrostean change our TypeScript example like the following and you have it: |
Beta Was this translation helpful? Give feedback.
Try to not invoke
metaUrlPlugin
, but only provide the function reference