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-开
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).
I\'m developing a Visual Studio extensibility package. I need to get the files under a project hierarchy using IVsSccProject2.Get开发者_高级运维SccFiles.
I am trying to get an instance of the IVsBuildableProjectCfg object, but I have no clue how to get it.
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
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.
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
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
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
I am trying to dynamically fill the Solution right click menu with menu items from VS Package (Extension).