diff --git a/tutorials/editor/external_editor.rst b/tutorials/editor/external_editor.rst index aa2cc4b48a9..8745f9104b6 100644 --- a/tutorials/editor/external_editor.rst +++ b/tutorials/editor/external_editor.rst @@ -65,6 +65,11 @@ Some example **Exec Flags** for various editors include: For Emacs, you can call ``emacsclient`` instead of ``emacs`` if you use the server mode. +Automatically reloading your changes +------------------------------------ +To have the Godot Editor automatically reload any script that has been changed by an external text editor, +enable **Editor > Editor Settings > Text Editor > Behavior > Auto Reload Scripts on External Change**. + Using External Editor in Debugger ---------------------------------