SSE Editor
The SSE Editor is the fully featured code editor from VS Code. Check out the VS Code docs to see some of the supported features.
Try it out
Try out the editor and see various examples in our interactive playground.
The playground is the best way to learn about how to use the editor, which features is supports, to try out different versions and to create minimal reproducible examples for bug reports.
Installing
> npm install @sseworld/code-editor
OR
> yarn add @sseworld/code-editor
You will get:
- inside
/esm
: ESM version of the editor (compatible with e.g. webpack) - inside
/dev
: AMD bundled, not minified - inside
/min
: AMD bundled, and minified - inside
/min-maps
: source maps formin
monaco.d.ts
: this specifies the API of the editor (this is what is actually versioned, everything else is considered private and might break with any release).
It is recommended to develop against the dev
version, and in production to use the min
version.