Skip to content

Commit f167d48

Browse files
authored
Add Visual Studio exec flags (#9086)
* Add Visual Studio exec flags
1 parent c6e46b5 commit f167d48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tutorials/editor/external_editor.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
6873
Automatically reloading your changes
6974
------------------------------------
7075
To have the Godot Editor automatically reload any script that has been changed by an external text editor,

0 commit comments

Comments
 (0)