mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Update Sublime Text external editor arguments (#6644)
This commit is contained in:
@@ -35,7 +35,7 @@ Some example Exec Flags for various editors include:
|
||||
+=====================+=====================================================+
|
||||
| Geany/Kate | ``{file} --line {line} --column {col}`` |
|
||||
+---------------------+-----------------------------------------------------+
|
||||
| Atom/Sublime Text | ``{file}:{line}`` |
|
||||
| Atom | ``{file}:{line}`` |
|
||||
+---------------------+-----------------------------------------------------+
|
||||
| JetBrains Rider | ``{project} --line {line} {file}`` |
|
||||
+---------------------+-----------------------------------------------------+
|
||||
@@ -45,6 +45,8 @@ Some example Exec Flags for various editors include:
|
||||
+---------------------+-----------------------------------------------------+
|
||||
| Emacs | ``emacs +{line}:{col} {file}`` |
|
||||
+---------------------+-----------------------------------------------------+
|
||||
| Sublime Text | ``{project} {file}:{line}:{column}`` |
|
||||
+---------------------+-----------------------------------------------------+
|
||||
|
||||
.. note:: For Visual Studio Code on Windows, you will have to point to the ``code.cmd``
|
||||
file. For Emacs, you can call ``emacsclient`` instead of ``emacs`` if
|
||||
|
||||
Reference in New Issue
Block a user