使用外部的文本编辑器
This page explains how to code using an external text editor.
警告
Godot can be used with an external text editor, such as Sublime Text or Visual Studio Code. Browse to the relevant editor settings: Editor -> Editor Settings -> Text Editor -> External
There are two fields: the executable path and command-line flags. The flags allow you to integrate the editor with Godot, passing it the file path to open and other relevant arguments. Godot will replace the following placeholders in the flags string:
Exec 标志中的字段 | 被替换为 |
---|---|
| 项目目录的绝对路径 |
| 文件的绝对路径 |
| 错误的列号 |
| 错误的行号 |
各种编辑器的一些示例Exec标志:
编辑器 | Exec 标志 |
---|---|
Geany/Kate |
|
Atom/Sublime Text |
|
JetBrains Rider |
|
Visual Studio Code |
|
Vim (gVim) |
|
Emacs |
|
注解
For Visual Studio Code, you will have to point to the code.cmd
file. For Emacs, you can call emacsclient
instead of emacs
if you use the server mode.
Official editor plugins
We have official plugins for the following code editors: