File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 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:
5454+---------------------+-----------------------------------------------------+
5555| Emacs | ``emacs +{line}:{col} {file} `` |
5656+---------------------+-----------------------------------------------------+
57- | Sublime Text | ``{project} {file}:{line}:{column } `` |
57+ | Sublime Text | ``{project} {file}:{line}:{col } `` |
5858+---------------------+-----------------------------------------------------+
59- | Visual Studio | ``/edit "file" `` |
59+ | Visual Studio* | ``/edit "file" `` |
6060+---------------------+-----------------------------------------------------+
6161
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+
6269.. note ::
6370
6471 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