File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ Some example **Exec Flags** for various editors include:
5656+---------------------+-----------------------------------------------------+
5757| Sublime Text | ``{project} {file}:{line}:{column} `` |
5858+---------------------+-----------------------------------------------------+
59+ | Visual Studio | ``/edit "file" `` |
60+ +---------------------+-----------------------------------------------------+
5961
6062.. note ::
6163
@@ -65,6 +67,9 @@ Some example **Exec Flags** for various editors include:
6567 For Emacs, you can call ``emacsclient `` instead of ``emacs `` if
6668 you use the server mode.
6769
70+ For Visual Studio, you will have to open the solution file ``.sln ``
71+ manually to get access to the IDE features. Additionally, it will not go to a specific line.
72+
6873Automatically reloading your changes
6974------------------------------------
7075To have the Godot Editor automatically reload any script that has been changed by an external text editor,
You can’t perform that action at this time.
0 commit comments