Browse Source

Added Jetbrains Rider external exec flags example

exts 6 years ago
parent
commit
b4d38bbfed
1 changed files with 2 additions and 0 deletions
  1. 2 0
      getting_started/editor/external_editor.rst

+ 2 - 0
getting_started/editor/external_editor.rst

@@ -35,3 +35,5 @@ Some example Exec Flags for various editors include:
 +---------------------+-----------------------------------------------------+
 | atom/sublime text   | {file}:{line}                                       |
 +---------------------+-----------------------------------------------------+
+| jetbrains rider     | --line {line} {file}                                |
++---------------------+-----------------------------------------------------+