跳转至

编辑器 简介

时间:2021-12-22 10:14:14

参考:

  1. What is an IDE?

编辑器#

编辑器即 Integrated Development Enviroment 简称 IDE。提供:

代码编辑: 提供代码高亮、自动补全,查看方法定义、跳转到定义、查看引用等共功能,帮助用户快速编辑代码。

代码编译: 编译执行用户编写的代码。

代码调试: 调试用户代码。

等基础功能,以及其它扩展功能。

附录#

在线代码编辑#

  1. https://github.com/judge0/ide
  2. Monaco Editor 在线代码编辑器。
  3. awesome-online-ide 在线编辑器介绍。

在线代码执行系统#

  1. Judge0 在线代码执行系统,提供Restful 接口。支持大部分语言,支持操作系统。
  2. https://github.com/judge0/judge0 源代码。

代码编辑器#

  1. https://github.com/visualfc/liteide