vspackage
Where to find more info on Visual Studio 2010 package development?
I\'m trying to find in depth guide on vs package development. I\'ve tried with a few books (Visual Studio 2010 Package Development by Istvan Novak, http://www.amazon.com/Professional-Visual-Studio-开[详细]
2023-04-01 22:02 分类:问答Refreshing Visual Studio Output Window
I have some C# code writing progress messages to a Visual Studio 2010 EnvDTE.OutputWindowPane.The code is invoked from a Visual Studio menu (it\'s in a VSPackage).[详细]
2023-04-01 20:02 分类:问答How to know if a Visual Studio project item is a WebReference?
I\'m developing a Visual Studio extensibility package. I need to get the files under a project hierarchy using IVsSccProject2.Get开发者_高级运维SccFiles.[详细]
2023-03-29 16:32 分类:问答How to get IVsBuildableProjectCfg to subscribe to build events?
I am trying to get an instance of the IVsBuildableProjectCfg object, but I have no clue how to get it.[详细]
2023-03-20 19:12 分类:问答How can i load a VSPackage with a PLK
Hi all i create a VsPackage that i wan\'t to deploy. In the experimental hive everything works fine, but when i try to use the PLK obtained in this site: http://msdn.microsoft.com/en-us/vstudio/cc6557[详细]
2023-03-16 12:05 分类:问答How do you prevent the VS Shell from getting priority on key/command bindings in a VSPackage ToolWindow?
I have wpf a user control that accepts input gestures to perform various commands.In the example image below, the user can press Ctrl+N to execute the New command to create a new item in the TreeView.[详细]
2023-03-16 04:04 分类:问答Making a global exception handler for Visual Studio 2010 VsPackage
In previous versions of Visual Studio, there was a single entry point to an extension (more specifically, an addin), the OnConnect method. From there it was possible to perform all the Visual Studio o[详细]
2023-03-12 13:53 分类:问答How can i retrieve devenv.exe path for a vspackage installation?
I\'m following this tutorial http://msdn.microsoft.com/en-us/library/bb458038.aspx to create a VsPackage Setup. In the part of the creation of an installer class appears a reference to this location i[详细]
2023-03-11 18:15 分类:问答Extending the Visual Studio 2010 editor by adding a context menu item to manipulate selected text
I\'d like to create an extension to Visual Studio that will allow someone to select any text in an editor, right-click to get a context menu, and then perform some action on the text by clicking on my[详细]
2023-03-10 17:16 分类:问答Adding menu item in VS Extension through DTE doesn't fire Click handler
I am trying to dynamically fill the Solution right click menu with menu items from VS Package (Extension).[详细]
2023-03-08 18:07 分类:问答