T O P I C R E V I E W |
pwc |
Posted - Dec 04 2017 : 1:37:55 PM Hello,
Extended diagnostics from the VS compiler is now outputting column numbers in addition to the line number. E.g.:
FixedOrderPade.cpp(714,2)
Compiling with gcc via the VS Linux add-in does the same.
Would it be possible to add support for this to the 'Open File in Solution' dialog/command?
While you are in that code, could you also allow optional whitespace between the filename and the opening parenthesis. E.g.: FixedOrderPade.cpp (714,2)
Some of our static analysis tools output their errors/warnings with the extra space.
Thanks, Paul
|
3 L A T E S T R E P L I E S (Newest First) |
pwc |
Posted - Feb 22 2018 : 10:52:20 AM Confirmed, thanks for the enhancement. |
sean |
Posted - Feb 21 2018 : 5:42:38 PM case=112737 and case=112741 are implemented in build 2258 |
accord |
Posted - Dec 04 2017 : 2:54:14 PM I've put in feature requests for you.
Column support is case=112737
Whitespace support is case=112741
Thanks for the feedback and for the explanation. |