> For the complete documentation index, see [llms.txt](https://neochen2701.gitbook.io/codejudger/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://neochen2701.gitbook.io/codejudger/chapter08/onlineeditor.md).

# 線上程式編輯器

Code Judger內建的程式編輯器 (同步編輯器、題目的作答區) 都是微軟開放原始碼的[Monaco Editor](https://microsoft.github.io/monaco-editor/)！

Monaco Editor是支持VS Code的線上程式編輯器，運行在瀏覽器環境中，支持Edge、Chrome、Firefox、Safari和Opera。

Monaco Editor的功能非常強大，在Code Judger的Monaco Editor設定能多重選取、括號匹配、顯示空白字元、Tab字元、縮排指示線，以及語法著色...等等功能。

![同步編輯器](https://i.imgur.com/fLfJAQ0.jpg)
