einen externen Text Editor nutzen¶
Auf dieser Seite wird erklärt, wie man mit einem externen Texteditor programmiert.
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:
Felder in den Exec Flags |
wird ersetzt durch |
---|---|
|
Der absolute Pfad zum Projekt Verzeichnis |
|
Der absolute Pfad zur Datei |
|
Die Spaltennummer des Fehlers |
|
Die Zeilennummer des Fehlers |
Einige Beispiele für Exec-Flags für verschiedene Editoren sind:
Editor |
Ausführungsparameter |
---|---|
Geany/Kate |
|
Atom/Sublime Text |
|
JetBrains Rider |
|
Visual Studio Code |
|
Vim (gVim) |
|
Emacs |
|
Bemerkung
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: