Tagged Questions
9
votes
2answers
415 views
Integrating a Custom Compiler with the Visual Studio IDE
Background: I want to create a custom VB compiler, extending the "original" compiler, to handle my custom compile-time attributes.
Question: after I've created my custom compiler and I've got an ...
4
votes
2answers
311 views
How can I customize the text editor or color tag parts of my code in Visual Studio?
How do I customize, extend the text editor, or color tag parts of my code?
I would like Visual Studio to color code parts of my code. Can I use #region and give it a color?
Is there any way to make ...
2
votes
2answers
76 views
Moving an arbitrary setting to a toolbar in Visual Studio
I want to be able to modify a certain setting of Visual Studio right from the toolbar.
Specifically, the number of parallel builds (Tools | Options | Projects and Solutions | Build and Run | maximum ...
0
votes
1answer
24 views
How to customize the method templates in Visual Studios
Is there a way to customize/edit the default template of the event handling methods in Visual Studios 2008/2010 such that upon creation, the event handler already has a try/catch block in it?
the ...