monaco-editor icon indicating copy to clipboard operation
monaco-editor copied to clipboard

A browser based code editor

Results 659 monaco-editor issues
Sort by recently updated
recently updated
newest added

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:...

feature-request
editor-core
safari-ios
chrome-android

### 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"...

feature-request
themes

### 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...

feature-request

### 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...

integration
question

### 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...

info-needed

### 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...

bug
editor-core
regression

### 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...

info-needed

**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...

feature-request
suggest

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...

feature-request
editor-core