Is there a Visual Studio plugin for sorting build

2020-04-16 04:00发布

问题:

My work just gave me a quad core computer, and WOW build times are fast! (What used to take 20+ minutes now takes 7 minutes).

Anyway, Visual Studio builds project in parallel (great for build times), but scrambles the output:

1>Performing Makefile project actions
3>arg.c
2>msg.c
3>log.c
4>test.c

(and so on....)

Is there a plugin that sorts the output when the build is complete?

回答1:

Selecting the "Build order" item in the "Show output from" dropdown list in the output and errors panes probably does what you are looking for.