Reporter | Ruslan Khamidullin (HamRusTal) |
---|---|
Created | Apr 10, 2018 11:41:12 PM |
Updated | Apr 11, 2018 2:03:01 AM |
Subsystem | Navigation - Global |
Assignee | Alexander Ulitin (alexander.ulitin) |
Priority | Normal |
State | Submitted |
Type | Feature |
Fix version | No Fix versions |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
Many build tools (e.g.
When such tools are used in an external build system, it's often necessary to jump to such location in the IDE quickly. Currently, R# only supports line number and only column-separated. It would be very handy to be able to jump to a location by copying it from external tool's output and feeding it to R#'s “Go to File”/“Search Everywhere”.
As parentheses, commas, and hyphens are valid file name characters, R# should search for verbatim file name first, and if not found, parse the location.
cl.exe
or QTest
) output code location in parentheses: “(line) or (line-line) or (line-col) or (line,col-col) or (line,col,line,col)”.When such tools are used in an external build system, it's often necessary to jump to such location in the IDE quickly. Currently, R# only supports line number and only column-separated. It would be very handy to be able to jump to a location by copying it from external tool's output and feeding it to R#'s “Go to File”/“Search Everywhere”.
As parentheses, commas, and hyphens are valid file name characters, R# should search for verbatim file name first, and if not found, parse the location.