Open janwilmans opened 6 years ago
Hey there!
Can you send me a screenshot of the current behaviour of BuildVision? Is it showing up any error messages or is it just showing that a project build failed? I am not really familiar with C++ development so if it is possible for you and if you can offer some time it would be great if you could upload a small project that produces this behaviour. Thanks a lot :)
sure, I'll whip up an example!
Here you can see an example of code that points to 'library' code in the error message. The real offending code is in a note at the bottom
consoleapplication12\ss.h(9): error C2679: binary '<<': no operator found
...
lots of crap
....
consoleapplication12.cpp(8): note: see reference to function template instantiation 'SS &SS::operator <<
The current behaviour of buildvision is that it jumps to the first line with the original error (which makes perfect sense) however it would be nice if all lines that reference files in the current solution would show up in the build result.
screenshot of the current behaviour as requested
Excellent extension!! Very nice build stats, and overview of project types, I love it!
When a build error occurs, show all references to source files that are in the current solution below the error-message, so you can click to navigate there.
Example, this is one error message:
But the only relevant lines to me are:
and
because both lines reference a file in the current solution and all the template spew reference external libraries.