vsx
Implementing IVsHierarchy
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.[详细]
2023-03-08 13:52 分类:问答Manage often used code in Visual Studio
When programming a big project, you often need the same pieces of code in different pages. calling methods, returning references, ...[详细]
2023-03-03 16:51 分类:问答How to write a Visual Studio extension for a template or markup language that supports embedded code snippets
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,[详细]
2023-03-01 17:13 分类:问答How do I change the icon for a menu command in Visual Studio Extension?
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[详细]
2023-02-27 13:41 分类:问答VSX - Set a ToolWindowPanes initial position to be docked
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[详细]
2023-02-20 14:16 分类:问答Calling WCF Service from a VS.NET 2010 Custom Start Page
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[详细]
2023-02-19 15:54 分类:问答VS 2010 Extensibility: Create a extension to automatically wrap selected text (code) in comments and adding a comment above it
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.[详细]
2023-02-19 10:29 分类:问答How to determine the ProjectItem language type without opening the document in vsx?
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[详细]
2023-02-17 01:02 分类:问答Develop VSPackage (VSX) using VC++ ? Need reference materials and links
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[详细]
2023-02-16 10:02 分类:问答Can I create a visual DSL that does not require Visual Studio?
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[详细]
2023-02-10 10:30 分类:问答