使用外部的文本编辑器

This page explains how to code using an external text editor. 警告 外部编辑器目前与Godot的 “同步脚本修改” 功能不兼容 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标志: 注解 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:

  • Visual Studio Code
  • Emacs