Skip to content

CE-2705: Replace ace editor with monaco-editor

Max Frederiksen requested to merge CE-2705-replace-ace-editor into develop
  • Replaces Ace editor with monaco-editor
  • Shaves of around 6500 kb unzipped on the bundle size 💥

I tried around 3 other editors and I ran into certain problems and limitations. This was the only editor that was extensible enough to match our needs, while being relatively well maintained and didn't add to our bundle size.

This editor is a React version of the editor that powers VSCode. So most if not all features you can configure in VSCode can be done here.

Follow-ups:

Edited by Max Frederiksen

Merge request reports

Loading