> For the complete documentation index, see [llms.txt](https://yutian-chen.gitbook.io/c0vm.ts-dev-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yutian-chen.gitbook.io/c0vm.ts-dev-documentation/react-gui/code-editor.md).

# Code Editor

To create a good user experience, we also need to implement a well-developed code editor alongside the C0VM. By using the `CodeMirror 6` editor and developing a series of extensions for this project, we provide some basic debugger feature, syntax highlighting and other editor features to the code editor.

This documentation will focus on the plugins in code editor.
