Skip to content

BenjaminHofstetter/monaco-components

 
 

Repository files navigation

Monaco Editor Components

Lit components for Monaco Editor

Packages

  • Monaco Editor Full: Wrapped monaco-editor with full basic language support and enhanced support via workers for special languages (e.g. TS, HTML)
  • Monaco Editor Language Client: Wrapped monaco-editor-core with inlined editor worker that can connect to a configurable languages server.

Currently both packages repackage monaco-editor and supply worker assets where needed.

Verification

You find different verification examples (manual human testing) in the verify sub-folders:

  • monaco-editor: Test the latest monaco-editor version without any wrapper
  • monaco-editor-comp: Test if monaco-editor-comp works with both a vite dev environment or in a statically served HMTL context
  • monaco-editor-lc-comp: Test if monaco-editor-comp works with both a vite dev environment or in a statically served HMTL context

Inspiration

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 76.2%
  • HTML 18.4%
  • JavaScript 5.4%