Can I embed the built-in VS Code editor inside a CustomEditorProvider? #2828
Unanswered
Ayyoub-ESSADEQ
asked this question in
Extension Development QnA
Replies: 0 comments
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.
-
I’m building a custom editor in VS Code using the CustomEditorProvider API.
What I’d really like is to embed the built-in VS Code editor inside my custom editor, so that I can get full support for the VS Code extension ecosystem (language features, IntelliSense, linting, formatting, etc.).
I’ve tried using the standalone Monaco editor in my webview, but it doesn’t integrate with other VS Code extensions, which is a dealbreaker for my use case.
Is there any way to reuse or embed the native VS Code editor inside a custom editor, or some workaround that would allow my custom editor to benefit from the full VS Code API and other installed extensions?
Beta Was this translation helpful? Give feedback.
All reactions