I am unable to install lots of extensions to Visual Studio 11 Dev. Preview. It keeps saying This extension is not installable on any currently installed products..
I am writing a custom language colorizer as a Visual Studio extension using MEF. Most of my code comes from the Ook Language Integration sample that is available here. My colorizer is pretty much read
It is fairly easy to add a context menu item to the solution explorer in VS 2010. But how to display the menu item ONLY on solutio开发者_JAVA技巧n items? Not on project items or something else?
Im working on a couple of independent Visual Studio extensions in separate solutions. When I open one of them and launch the experimental instance in the debugger, the other extensions from the other
I\'m looking for a开发者_JAVA百科n Extension that allows me to group Files into Virtual folders.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m working on a middle-sized project that contains several class libraries, database model and an ASP .NET MVC website project. However, even though there are less than 15 projects in the solution,
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,
Good afternoon, I\'ve created a visual studio package that registers the Verilog language as a valid content type.
I\'ve gotten used to adding using System.Linq; for IEnumerable extension methods, but there have been times when I\'ve tried to use an extension method on a class and it didn\'t show up in intellisens