visual-studio-extensions Questions
3
Solved
My Visual Studio 2012 has become slow to open. In 'safe mode' it's fast again. Presumably some extensions are slowing Visual Studio. Which?
Is there an analogue of Internet Explorer's feature whic...
Taka asked 1/5, 2013 at 14:22
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
1
Solved
Just before you sigh and mark this question as a duplicate, I can tell you, it is not.
I've seen a lot of questions about replacing Resharper with something else, but most of them are out of...
Aloud asked 2/7, 2014 at 22:58
1
Solved
I'm working on Visual Studio 2013 Extension using MEF while trying to read Active Document Content Type and Code. Presently it only reads at Opening Time of the Document/ProjectItem in the Editor. ...
Doubtful asked 11/6, 2014 at 13:17
1
Solved
I have a big solution and for debugging purposes I have to start many Projects by using "Set StartUp Projects" Feature of Visual Studio 2012. However often I need to change what projects I need to ...
Sonasonant asked 9/7, 2013 at 8:22
5
Solved
I am coding up some design time code. I want to use this snippet: (Found here)
var dte = (EnvDTE.DTE) GetService(typeof(EnvDTE.DTE));
if (dte != null)
{
var solution = dte.Solution;
if (solution...
Lussi asked 2/6, 2012 at 17:48
3
Solved
I have a simple Visual Studio extension that is built in a similar manner as the one presented in this walkthrough (using the IWpfTextViewCreationListener interface).
The extension uses two colors...
Fiction asked 11/7, 2012 at 13:9
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
2
Solved
I'm trying to make extension for VS2013 preview, here is my try on GitHub: https://github.com/Heather/Nemerle/tree/VS2013
But for now I'm getting:
07.08.2013 9:25:05 - The following target produc...
Swerve asked 7/8, 2013 at 5:29
5
Solved
I get stuck sometimes with very long clauses and I am looking for a way that allows me to collapse them, same way as I can collapse classes, methods and namespaces by default.
Is there a Visu...
Grillage asked 29/6, 2012 at 8:43
1
Installing extensions in the last few versions of Visual Studio seems easy. However, as far as I understand, they are only installed for the user running the program.
How can an administrator inst...
Solarize asked 16/1, 2014 at 22:57
1
How do I copy my Layouts-o-Rama configuration to VS2013 now that I have upgraded?
Layouts-o-Rama is a brilliant Visual Studio extension when you find yourself using VS in different locations with ...
Aircrewman asked 13/1, 2014 at 7:55
2
Solved
I develop the Visual Studio package with a tool window. The UI of the tool window is based on WPF.
In my user control I want to use current Visual Studio theme colors corresponding to the VS design...
Tetter asked 29/8, 2011 at 14:3
1
Solved
On my client workstation, my installation of VS2012 came with a stack overflow integrated search bar that sits alongside the quick launch. It looks like this:
The problem with this is that...
Elytron asked 16/12, 2013 at 20:43
1
Solved
How can I add a menu and sub menu items when right click on a file item visual studio solution explorer?
I have one menu and three sub menu items which will be displayed when I right click on a fi...
Defalcate asked 2/11, 2013 at 11:58
1
Solved
I have one project, which needs to be of two components- a MEF component and a VSPackage. However, I haven't had much luck convincing Visual Studio to load the VSPackage from my VSIX. Here's the .v...
Exurbia asked 3/10, 2013 at 19:53
1
Solved
I have written visual studio extension for private use. The package is still under development but I would like to use it and distribute it to my colleagues. Is it possible to include debugging sym...
Crankpin asked 25/9, 2013 at 14:39
3
My Problem
I'm trying to build an extension to Visual Studio that allows code to be edited on a per-function basis, rather than a per-file basis. I'm basically attempting to display code in a simi...
Animalcule asked 22/7, 2013 at 0:12
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
I see these menu options for my asp.net project beneath the Web Essentials menu:
Create solution settings
Create color palette
Create markdown stylesheet
The official site for Web Essentials doe...
Unorganized asked 4/7, 2013 at 22:36
2
I would like to add a button to the top of the list of options returned by Visual Studio's IntelliSense. When the button is clicked, my custom code will be executed (which will, among other things,...
Excoriate asked 1/4, 2013 at 2:27
1
Solved
I am looking for an event/interface to use that notifies me once all projects have loaded in a solution after opening a solution.
I have implemented OnAfterOpenSolution in IVsSolutionEvents2 inter...
Indemnity asked 6/12, 2012 at 18:13
1
A number of IDEs and editors are offering "contextual" editing tools:
A simple example is the Assistant Editor In XCode. A secondary edit windows automatically loads a relevant secondary file dep...
Derinna asked 25/4, 2013 at 10:18
1
I created a custom project template associated with a custom project type. The solution depends heavily on MPF for Projects - Visual Studio 2012 framework.
What i would like to do next is override...
Dora asked 9/4, 2013 at 17:34
1
Solved
What happened to the Visual Studio extension for "Ultra Find"? I've seen references all over this site and the Internet for this allegedly awesome extension. Here are a couple of links:
http://blo...
Limon asked 1/4, 2013 at 18:45
© 2022 - 2024 — McMap. All rights reserved.