代码编辑器:用于编写与编辑源代码的工具,通常提供语法高亮、自动缩进、代码补全、查找替换、插件扩展等功能。常见的还有更集成的形式,如 IDE(集成开发环境)。
/koʊd ˈedɪtər/
I write Python in a code editor.
我用代码编辑器写 Python。
After configuring the code editor with extensions and linting, the team reduced bugs and improved review speed.
在给代码编辑器配置扩展与代码检查后,团队减少了缺陷,并提升了代码评审速度。
code 源自拉丁语 codex(原指“法典/文书”,后引申为“编码/规则系统”);editor 来自拉丁语 editus(“出版、发表”之意的词根),在现代英语中扩展为“编辑的人/工具”。合在一起,code editor 字面即“用于编辑代码的工具”。