-
Before starting this discussion, I checked some previous discussion related to lsp . I don't want to import vscode plugins to achieve this , just get through with theia extension, but I can't find any content about language support on theia document . Can anyone give me some ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Sep 27, 2024
Replies: 1 comment 1 reply
-
Hey @un4gt, the recommended way is to use VS Code plugins. In theory, you could create all the bindings to the monaco editors and all the other widgets yourself, but it's not recommended (and likely very difficult). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
un4gt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @un4gt,
the recommended way is to use VS Code plugins. In theory, you could create all the bindings to the monaco editors and all the other widgets yourself, but it's not recommended (and likely very difficult).