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.