English 中文(简体)
Visual Studio 2010-是否有用于自定义编译器输出的插件?
原标题:Visual Studio 2010 - Is there a plugin for customizing the compiler output?

基本上,我们的解决方案由大约30个子项目组成。。和成长。编译这个怪物很快,编译器警告/错误/一般输出只是在。。。嗯,大便。在unix上,很容易编写一个过滤器,将编译器输出“漂亮地”化为可读的、最终有用的东西。

有人为VS2010做过这件事吗?至少有一些颜色编码的东西,以及一个可以合并所有不同项目的东西,将是理想的。从本质上讲,我希望我的编译器输出以树形形式显示,并提供关闭所有子项的选项,除非出现警告或错误。

我也不介意为此创建一些东西,甚至不介意在编译完成后运行一个宏,以创建整个混乱的更有组织的输出。

Thanks in advance, Scott

最佳回答

尝试vscommands 2010。它可以为构建/调试输出上色,还可以定义自己的格式(警告、错误、异常、代码约定等)

问题回答

暂无回答




相关问题
jQuery - ScrollTo and Serial Scroll not working together

I have tested the scrollTo() plugin, but I need a way to stop the scrolling animation, so I am looking at serialScroll(). Here is what I used with scrollTo: $( #scroller ).scrollTo( 1000px , 3000); ...

jQuery deconstructors for plugins?

I m using the Galleria plugin inside an Accordion plugin to display images in a super cool way. A problem occurs, however, when I open up a new tab (in the accordion) then come back to the gallery tab....

XPCOM Security issues

I m developing a Firefox plugin using XPCOM, I ve not yet read all the docs, but as far as I can see, A plugin is simply a DLL that provides services via a XPCOM interface and interacts with the ...

Ruby on Rails plugin development process

I m considering developing aspects of a website as Rails plugins for reuse. My question is about the development process. Since each of these plugins will provide a "slice" of functionality, should ...

help mongrel wont start

I have decided to switch from Restful authentication to authlogic.. so what I did was delete every file and folder that got installed when I downloaded the plugin.. now when I try to "ruby script/...

Basic MEF workflow/usage

I m looking to a framework which will allow me to have a simple plugin system in my .NET application. It seems MEF is the framework which Microsoft is endorsing, and will become part of .NET 4 (it ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

java plugin cache and dynamic IP host

I m trying to use Amazon S3 and Amazon Cloudfront CDN to deliver the jar files of my applet application. I m seeing several cache misses of my jars by the java plugin. This is a show-stopper for me, ...

热门标签