visual-studio-addins
Visual Studio 2010 plugin / code to clear "Error List" warnings before each build
VS2010 is driving me nuts: whenev开发者_如何学运维er I rebuild, the \"Error List\" warnings from the previous compilation are persisted and any new warnings are simply added to the end of the list. Ov[详细]
2023-04-12 21:40 分类:问答Side-effect on VS addin already installed, when installing/deinstalling an extra VS package
I noticed that at installation time of a VS package product (like http://www.continuoustests.com/ ) devenv.exe is started[详细]
2023-04-11 04:16 分类:问答What are the differences in the VisualStudio Add-ins for Mercurial? [closed]
As it curr开发者_如何转开发ently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely[详细]
2023-04-10 02:18 分类:问答Writing Visual Studio Add-Ins in C++ [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-05 22:45 分类:问答Visual Studio auto version commenting on save
Is there a Visual Studio add-in which adds a line of comment 开发者_开发百科at the top of the source file on save with someting like below?[详细]
2023-04-04 00:30 分类:问答Custom Visual Studio Context Menus
I want to use T4 templates to automatically create some code but I want to add a user input box (to ask for a name, for example) similar to the MVC3 \"Add View\" / \"Add Controller\" dialog when you r[详细]
2023-04-03 15:34 分类:问答Custom reference types [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-03 13:29 分类:问答Visual Studio add-in : How to add a command to visual studio's tab context menu?
I\'ve built a Visual St开发者_StackOverflow社区udio 2008 add-in . I want to add a command to the context menu of the code window\'s tab . The thing I didn\'t know is how to get the tab context menu in[详细]
2023-04-01 18:50 分类:问答How to import qt projects in visual c++ 2010?
I developed an application using qtCreator and I figured out that I need to import the project in visual studio. I tried to run the visual studio add-in (1.1.9) but it didn\'t work. Knowing that I hav[详细]
2023-03-27 21:02 分类:问答Adding a property page to project properties without implementing a project subtype
I\'m developing a Visual Studio 2010 package. My package needs to add a new tab to the project properties.[详细]
2023-03-25 14:25 分类:问答