-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the project uses a react-ace code editor component. To enhance the user experience and provide advanced editing features, switch to using the Monaco Editor (the editor that powers VS Code) as the primary code editor in the application.
Benefits of Monaco Editor:
- Rich language support (syntax highlighting, autocompletion, linting)
- Familiar VS Code experience for users
- Improved extensibility and customizability
Tasks:
- Replace the existing code editor with Monaco Editor
- Ensure all current features and integrations work with Monaco
References:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request