vspackage Questions
1
I have created a new Visual Studio Package that when loaded creates a Tool Window that looks like this:
It is comprised of some controls with canvases and such that draw shapes in 2 or 3 dimension...
Amperage asked 7/10, 2014 at 15:34
3
Solved
When creating a new extension for visual studio, there are two project options: "Visual Studio Integration Package" and "Visual Studio Add-in". What is the difference between the two project types ...
Radiotelegraphy asked 16/7, 2009 at 18:7
1
Solved
In a Visual Studio extension I've built I need to highlight method invocations within the Visual Studio editor. For example:
I would like to use HSV colors to divide up the color spectrum accord...
Beerbohm asked 16/9, 2014 at 4:33
1
Let's assume we have a VSPackage with a toolbar and a couple of commands on the toolbar. How can you programmatically show/hide one of the commands on the toolbar? If you are a user you can do that...
Menhir asked 17/7, 2014 at 9:12
2
I have created Visual Studio 2012 Package (using VS2012 SDK). This Extension (if installed on the client's IDE environment) should has, among other things, a functionality of collecting all specifi...
Dragoman asked 2/10, 2013 at 17:1
2
We have a visual studio package (VS Package) that references a class library project (Project A). Project A in turn references another class library project (Project B).
So the dependency structur...
Deanedeaner asked 24/8, 2012 at 13:15
2
I have a VS Package project from which I need to access Roslyn or Microsoft.CodeAnalysis' Workspace OR Solution object from the loaded IVsSolution.
I need to know how I could achieve that ?
I fou...
3
I'm developing a language service for Visual Studio through a VSPackage. I need to update my parse data whenever files get added/removed from the solution's projects.
I want to subscribe to soluti...
Measured asked 19/10, 2011 at 17:33
1
Solved
In Visual Studio, if you want to attach debugger to any processes, you have the possibility to select some specific engine (code type) or set of engines you would like to use:
Next (after you se...
Feminine asked 16/4, 2013 at 13:46
1
Solved
I'm working on a project where we've split up C# code into functions and stored these functions within IElisonBuffers. I've got Intellisense hooked up, and the buffers interact with other extension...
Unquestioning asked 28/2, 2014 at 2:42
1
Solved
Is it possible to use the EnvDTE assembly in a non-extension project (e.g. a Class Library project)?
If so, how would I access the ConfigurationManager.ActiveConfiguration property?
This question...
1
Solved
We are working on a VSPackage in a team, using Visual Studio 2012 and TFS.
The extension works fine on the computer used to create it (through a wizard). On another computer, Visual Studio says th...
Unicycle asked 13/7, 2013 at 0:14
1
Solved
In a Visual Studio extension I have defined a VSPackage with a number of commands in it. In the handler for one of the commands, I set a user setting using the following code:
SettingsManager sett...
Melanoma asked 30/1, 2013 at 23:2
1
Solved
I am trying to create a VS package in which, I have added a menu command to the context menu, so it appears when you right click an item in the solution explorer. Now on clicking the command, I wan...
Catfall asked 2/11, 2012 at 12:4
2
how do I check if a project is up-to-date?
I'm basically trying to programmatically build each project in a list but only if they have changed. So does anyone know of a way (using EnvDTE maybe) t...
1
Solved
I'm writing a VS Package where I need to store the time when the user start my package, and when the user close the Visual Studio.
The problem is, I don't know how to get the closing event for the...
Fontaine asked 4/2, 2013 at 1:11
1
Solved
My question is very similar to this one, only that the answer and work-around are not working for me. Also I am in Visual Studio 2012.
I have a VSPackage which is referencing another project, whic...
Panettone asked 2/12, 2012 at 22:47
1
Solved
I'm making Visual Studio package, and I need to know opened solution name and configuration. How can I get this information ?
Beneficent asked 25/10, 2012 at 14:45
0
I'm trying to write an extension to visual studio.
I need to get a list of all the interfaces types found in all the projects in the current opened solution.
So far i have tried doing this using th...
Archlute asked 24/10, 2012 at 14:33
2
Solved
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...
Provenance asked 8/6, 2011 at 17:21
2
Solved
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 ...
Winchester asked 5/6, 2011 at 1:53
1
Solved
Im writing a visual studio (2010) extension with a right click menu whilst in a code view. I want to be able to examine the current code from my menu item event handler but havent been able to find...
Lambency asked 28/1, 2012 at 0:25
4
Solved
Is there a good way to stream the results from an external process into a Visual Studio output pane?
I have a custom output pane set up in a VsPackage similar to the following:
///--------------------------------------------------------------------------------
/// <summary>This property g...
Armington asked 1/12, 2011 at 17:29
1
Solved
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 Studi...
Tautonym asked 12/6, 2011 at 13:47
1
Solved
I am working on a Visual Studio Package project. This project needs a connection to our TFS. To read the current connection, I would need the TeamFoundationServerExt object, which I should be able ...
Battled asked 10/2, 2011 at 8:53
© 2022 - 2024 — McMap. All rights reserved.