Add Visual Studio exec flags (#9086)

* Add Visual Studio exec flags
This commit is contained in:
Makarov Alexandr
2025-01-25 18:27:58 +02:00
committed by GitHub
parent c6e46b5fd0
commit f167d485df

View File

@@ -56,6 +56,8 @@ Some example **Exec Flags** for various editors include:
+---------------------+-----------------------------------------------------+
| Sublime Text | ``{project} {file}:{line}:{column}`` |
+---------------------+-----------------------------------------------------+
| Visual Studio | ``/edit "file"`` |
+---------------------+-----------------------------------------------------+
.. note::
@@ -65,6 +67,9 @@ Some example **Exec Flags** for various editors include:
For Emacs, you can call ``emacsclient`` instead of ``emacs`` if
you use the server mode.
For Visual Studio, you will have to open the solution file ``.sln``
manually to get access to the IDE features. Additionally, it will not go to a specific line.
Automatically reloading your changes
------------------------------------
To have the Godot Editor automatically reload any script that has been changed by an external text editor,