monaco-editor
monaco-editor copied to clipboard
A browser based code editor
Hi team, My name is Hemanta, and for the past year I've been working on a project that integrates monaco in react native. The integration was a huge success. Apps:...
### 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...
**monaco-editor version:** 0.14.2 & 0.18.1 **Browser: chrome 69** **OS: macOS Mojave 10.14** **Playground code that reproduces the issue:** ```js monaco.editor.create(document.getElementById("container"), { value: "function hello() {\n\talert('Hello world!');\n}", theme: 'vs-light', language: "javascript"...
### Context - [X] This issue is not a bug report. *(please use a different template for reporting a bug)* - [X] This issue is not a duplicate of an...
### 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...
### 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...
### 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...
**Feature Request** The documentation parameter of a CompletionItem can only be a string, or a IMarkdownString. It seems simple strings are escaped, and HTML tags are removed from the value...
I want to create a system to store the `Undo&Redo stack` of the Monaco editor. **Why?**: I have a Monaco instance where I do several changes. Then I have to...