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

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

*question
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? - [ ] Not...

bug
help wanted
languages-basic
tokenization

### 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
help wanted
typescript
upstream

Usually editor functionality used as: ```js import * as monaco from 'monaco-editor'; ``` this resolves to `./esm/vs/editor/editor.main.js` in [package.json](https://github.com/microsoft/monaco-editor/blob/25e85af033388fe4825418b76a89ef617199b069/package.json#L27). `editor.main.js` includes all feature and languages. Because of this, `webpack-plugin` does...

Hi I really like working with the Monaco Editor. I use it in a react app. I've started to use the context menu and using the addAction(descriptor: IActionDescriptor): IDisposable method...

feature-request
contextmenu

Monaco can provide a pretty nice import suggestions as following: But it only works when the caret position is positioned before the last character or even further back. However, it...

bug
help wanted
typescript

### 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? - [ ] Not...

feature-request
grammars
question

monaco-editor npm version: 0.7.0 Browser: Edge, Chrome OS: Windows We use up to date CSP security rules and deny inline styles to prevent browser-based attacks: ```default-src: 'none'; style-src: 'self';``` The...

feature-request
editor-core

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