File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,18 @@ Some example **Exec Flags** for various editors include:
54
54
+---------------------+-----------------------------------------------------+
55
55
| Emacs | ``emacs +{line}:{col} {file} `` |
56
56
+---------------------+-----------------------------------------------------+
57
- | Sublime Text | ``{project} {file}:{line}:{column } `` |
57
+ | Sublime Text | ``{project} {file}:{line}:{col } `` |
58
58
+---------------------+-----------------------------------------------------+
59
- | Visual Studio | ``/edit "file" `` |
59
+ | Visual Studio* | ``/edit "file" `` |
60
60
+---------------------+-----------------------------------------------------+
61
61
62
+ \* : Arguments are not automatically detected, so you must fill them in manually.
63
+
64
+ Since Godot 4.5, **Exec Flags ** are automatically detected for all editors
65
+ listed above (unless denoted with an asterisk). You don't need to paste them
66
+ from this page for it to work, unless your editor has an executable name not
67
+ recognized automatically (e.g. a fork of an editor listed here).
68
+
62
69
.. note ::
63
70
64
71
For Visual Studio Code on Windows, you will have to point to the ``code.cmd ``
You can’t perform that action at this time.
0 commit comments