I would like to get started with implementing a new IVsHierarchy, however, i am not sure as to how this can be done, to be rephrasing i am not sure as to how the IVsHierarchy can be used.
When programming a big project, you often need the same pieces of code in different pages. calling methods, returning references, ...
Is it possible to write an extension for Visual Studio 2010 that provides syntax highlighting, intellisense, outlining, etc for a custom template or markup language supporting embedded code snippets,
I have published a Visual Studio 2010 extension called Duplicate Selection which is primarily invoked via the hotkey. However it also has a menu item under the Edit menu. This all works fine, but I wo
I\'m creating a Visual Studio package that exposes a tool window and I\'m trying to make sure that it is displayed docked to the left edge of the main Visual Studio window when the package first loads
I\'m making a custom VS.NET 2010 Start Page, which uses a WPF control if you\'ve never seen the template, and am wondering how I\'d go about calling a WCF开发者_Go百科 service.I know how to add the We
I am trying to develop an extension that will work similar to the Comment toolbar button in VS 2010, but I want to mark all text as Commented Out and put a comment above it.
When a file is open in the 开发者_开发技巧visual studio editor, through the EnvDTE.Document.Language property a string result such as \"CSharp\", \"C/C++\", \"HTML\", \"JScript\", etc. is returned spe
I have a requirement where I need to extend or customize the Visual Studio using Visual Studio SDK using C++ or VC++. I have fallen out of luck and have found all the book, blogs and msdn customizing
I would like to create a visual DSL (boxes and arrows). I have found that I can create such a DSL using Microsoft\'s Visualization and modeling SDK (DSL Tools sequel, for VS2010) and there is also a l