@@ -399,6 +399,15 @@ Use this option to enable syntastic integration >
399
399
-------------------------------------------------------------------------------
400
400
3.7 MISCELLANEOUS *omnisharp-miscellaneous-options*
401
401
402
+ *g:OmniSharp_edit_command*
403
+ Use this option to specify which command OmniSharp will use to open locations
404
+ found via various commands (for instance `OmniSharpGotoDefinition` or
405
+ `OmniSharpFindUsages`).
406
+ Default: edit >
407
+ let g:OmniSharp_edit_command = 'tabedit' " Open in new tab
408
+ let g:OmniSharp_edit_command = 'split' " Open in horizontal split
409
+ let g:OmniSharp_edit_command = 'vsplit' " Open in vertial split
410
+ <
402
411
*g:OmniSharp_lookup_metadata*
403
412
When using `OmniSharpGotoDefinition` and `OmniSharpPreviewDefinition`,
404
413
fall back to looking up metadata for compiled types.
@@ -432,13 +441,6 @@ completion suggestions. By default, only type/method signatures are fetched for
432
441
performance reasons. Full documentation can still be fetched when needed using
433
442
the |:OmniSharpDocumentation| command. Default: 1 >
434
443
let g:omnicomplete_fetch_full_documentation = 1
435
- <
436
- *g:omnicomplete_edit_command*
437
- Use this option to specify which command OmniSharp will use to open locations
438
- found via various commands (for instance `OmniSharpGotoDefinition` or
439
- `OmniSharpFindUsages`).
440
- Default: edit >
441
- let g:OmniSharp_edit_command = 'tabedit'
442
444
<
443
445
===============================================================================
444
446
4. COMMANDS *omnisharp-commands*
0 commit comments