0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript18,676 stars (18,676 stars)2,478 forks (2,478 forks)batch import
bugelectronhelp wantedmonaco
Description
Description

Reproduction Steps
OS and Theia version:
Diagnostics:
- Issue type
- feature
- Research direction
- Investigate how context menus are currently implemented in Theia's Electron shell. Look at the `packages/core/src/electron browser/menu` directory for existing native menu integration. The Monaco editor's context menu is likely overridden; consider using Electron's `Menu.buildFromTemplate()` to create a native menu from the code actions. Check any existing PRs or discussions about native menus in Theia.