monaco-editor
monaco-editor copied to clipboard
A browser based code editor
When editing html/xml, it'd be great when editing the start or end of a tagged pair for it to update the other side to match like VS. E.g. If I...
### Reproducible in vscode.dev or in VS Code Desktop? - [x] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...
### Reproducible in vscode.dev or in VS Code Desktop? - [x] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...
## Problem In development mode with Hot Module Replacement (HMR) enabled, workers were being recompiled on every change, leading to memory leaks. This issue was particularly problematic in rspack environments...
A common feature request is to have two esm variants: * **Variant 1: for bundlers** * with `myComponent.ts` importing CSS via `import "./myComponent.css";`, so that the CSS of unused components...
Currently, there's no way to get semantic token information for TypeScript from monaco (#2872) However, the functionality is readily available inside TypeScript. This PR exposes `getEncodedSemanticClassifications` from TypeScript via TypeScriptWorker...
### Reproducible in vscode.dev or in VS Code Desktop? - [x] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [x] Not reproducible...
Hi, I was doing a check of my node_modules folder in a medium sized project and I'm using monaco-editor as a dependency. Monaco-editor ended up being the largest dependency by...
### Reproducible in vscode.dev or in VS Code Desktop? - [x] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [x] Not reproducible...
(TypeScript tracked [here](https://github.com/microsoft/monaco-editor/issues/5065)) The goal is to get rid of [this code](https://github.com/microsoft/monaco-editor/blob/main/src/language/common/lspLanguageFeatures.ts), as the monaco editor LSP client is doing that.