Awesome
this list is now archived - look inside https://github.com/sw-yx/brain if you would like an updated list! thank you.
awesome-monaco-editor
Resources and tips and tricks for https://github.com/microsoft/monaco-editor/!
Monaco Wrappers
- Web Component https://github.com/vanillawc/wc-monaco-editor
- React https://github.com/react-monaco-editor/react-monaco-editor
- React Native
- non Open Source - https://github.com/microsoft/monaco-editor/issues/1365#issue-420813035
- VS Code on iPad? - https://github.com/microsoft/vscode/issues/70764
- Corbin Crutchley
Example codebases using Monaco
other than VSCode of course
- https://github.com/satya164/monaco-editor-boilerplate
- https://github.com/malcolm-kee/malcolm-kee/blob/master/src/components/typescript-editor.tsx (used in https://malcolmkee.com/typescript-for-react-developer/variables#array-and-tuple
- https://github.com/sw-yx/svelte-zen-garden
- https://github.com/statecharts/xstate-viz/tree/next/src
- https://github.com/Lamden/wallet
- https://github.com/eclipse-theia/theia (uses VScode)
Helpful Blogposts
- React
- Svelte
- Language Server Protocol
Monaco tips
- add code folding icons https://github.com/sw-yx/svelte-zen-garden/issues/1#issuecomment-614101314
- automatically load declaration files while typing https://github.com/lukasbach/monaco-editor-auto-typings