Are there any decent to-do list extensions for VS 2010?I like using the ReSharper To-do Explorer and comment regexes, but for some reminders/tasks etc. I don\'t want to have to add a comment to code,
I have a VB.NET project in Visual Studio 2008 that I created a specialized addin for. The addin prompts the user to select a database table, takes a template form class\'s files, copies them to anothe
I\'m writing a custom WCF proxy generator.Had it working perfectly until I added more code and changed the version and resigned it.When I executed the addin, I get file not found COM error.When I laun
How do you programmatically find & iterate all project & dll references within a Visual Studio 2010 solution?
Is there any Visual Studio addin/thing that will save the current set of open windows, bookmarks, and breakpoints, etc? Whenever I return to an issue, it takes a while to find reopen the appropriate c
We\'re working on pretty large middleware software, and it takes 10-20 minutes each time we need to re-build the whole solution in VS2008 (quad-core parallel build on a single machine). I\'ve heard th
I am trying to edit开发者_高级运维 a win32 RC file from my add-in and add some strings in the string table. It seems the there is no extensibility support in VcProjectEngine for this. I have managed t
From a visual s开发者_如何学Ctudio package (VSIX) how do I detect a solution or project build?If you have a Package class in your assembly, you can do:
I am trying to determinate the target platform of Visual Studio project via automation model. However i still do not succeed in this. Does anybody know how to obta开发者_Go百科in project\'s target pla
Does anyone know if there exists a Visual Studio(2010) addin/plugin that can help with managing xml documentation comments ?