Replies: 1 comment 1 reply
-
The reason there aren’t any examples for getting MDX intellisense in Monaco editor, is because it simply doesn’t exist. I intend to start working on MDX intellisence myself soon (mdx-js/mdx-analyzer#165 (comment)) and have personal interest to support Monaco editor as a first-class citizen. (no ETA) In the mean time you may be interested to have a look at monaco-unified to support linting. :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Context
Description
At first, thanks for this great project!
I already read #264 and #3096 plus googled a lot but didn't find an answer.
I am using the monaco editor to edit mdx (language=markdown). Syntax highlighting works as expected.
How to add code completion for html, javascript (typescript) and my own types of the React components I want to use?
I suggest a example or documention which i could provide if someone points me to the right direction.
Beta Was this translation helpful? Give feedback.
All reactions