Browse Source

Added example flags for visual studio code

(cherry picked from commit 0432592f6394b4fa42e6c87320ca351bf2da6b20)

+ edit by Akien to fix capitalization.
Kronkleberry 6 years ago
parent
commit
5e55bf1eaf
1 changed files with 5 additions and 3 deletions
  1. 5 3
      getting_started/editor/external_editor.rst

+ 5 - 3
getting_started/editor/external_editor.rst

@@ -31,9 +31,11 @@ Some example Exec Flags for various editors include:
 +---------------------+-----------------------------------------------------+
 | Editor              | Exec Flags                                          |
 +=====================+=====================================================+
-| geany/kate          | {file} --line {line} --column {col}                 |
+| Geany/Kate          | {file} --line {line} --column {col}                 |
 +---------------------+-----------------------------------------------------+
-| atom/sublime text   | {file}:{line}                                       |
+| Atom/Sublime Text   | {file}:{line}                                       |
 +---------------------+-----------------------------------------------------+
-| jetbrains rider     | --line {line} {file}                                |
+| JetBrains Rider     | --line {line} {file}                                |
++---------------------+-----------------------------------------------------+
+| Visual Studio Code  | {project} --goto {file}:{line}:{col}                |
 +---------------------+-----------------------------------------------------+