Products and Extensions for Visual Studio which help you get the most out of Visual Studio.

learn more… | top users | synonyms

-1
votes
0answers
15 views

Keyboard listener visual studio 2012 add-in

I am writing a add-in for VS 2012, I want to register a callback for when a certain key is pressed. I am inheriting from IDTExtensibility2. I want to add a listener to a key pressed event in ...
0
votes
0answers
20 views

How do I Create an Editor Classifier Project?

I am trying to learn to write extensions to Visual Studio 2012. I was reading this link from MSDN. In step 1 on how to create an MEF project it says to "create an Editor Classifier project". In the ...
0
votes
1answer
8 views

How to turn off Quick Info inVS10

I need to turn Quick Info off in my VS10. The biggest problem is not the code obstruction but i have installed some extensions and this original Quick Info is overpainting the info shown by the ...
0
votes
0answers
7 views

Installing Emacs Emulation keybindings — Invalid VSIX package

I'm trying to install the extension for Visual Studio 2012 that allows emacs key-bindings. I'm following through the steps here: Emacs Keybindings in Visual Studio 2012 I'm up to step 5: Run ...
0
votes
1answer
18 views

DocumentSaved event is never raised

I'm trying to write a simple Visual Studio extension that performs an action when a file is saved: protected override void Initialize() { base.Initialize(); var dte = ...
0
votes
1answer
25 views

How can you make the file get added to the recent projects MRU list when programatically opening a solution in VS?

When a solution is programmatically opened in an add-in/extension (VS2012 in my case) using Solution.Open, the solution file is not added to the projects MRU (i.e. File->Recent Projects and Solutions ...
2
votes
1answer
76 views

Compile-On-Save with Typescript 0.9

So I know that the Typescript 0.9 Alpha is out, and one of the drawbacks is the ability to Compile-On-Save is not available yet. My question is, is there another way to get this feature? Web ...
3
votes
3answers
58 views

Is there a way to record and replay coding in visual studio 2012?

I'm going to do demo based presentation. So what I want is prerecord(not a video record) my demo and replay while the I'm doing the presentation. Pre-record and play as in save code segments and ...
1
vote
0answers
60 views

How to add own icons to solution explorer in visual studio 2012

I was wondering, how it works, to add an own icon/graphic with an extension to the solution explorer. In my case, I just want add a new icon, or change the existing one, in front of the file-name in ...
0
votes
0answers
24 views

Customized Project template throws exception as Package installation error after update Visual Studio 2012 update 2?

We have used customized project template. This project template copies the query.cs, Knockout.js, etc from C:\Program Files.......\Asp.Net MVC4/Packages. After I update VS 2012 Update 2, our ...
0
votes
0answers
15 views

How to create a SharePoint List to use as a private gallery in Visual Studio 2012?

I would like to add a private extension gallery to my Visual Studio installation and provide the extensions listed there by means of a SharePoint-list. MSDN has an article about that topic, however ...
0
votes
0answers
27 views

How can a visual studio solution be upgraded/migrated from an older version of visual studio within an addin or extension package?

I am working on a Visual Studio Extension package (vs2010/2012) that needs to be able to programmatically open a solution. I've seen that there are two approaches one can use (perhaps there are others ...
2
votes
1answer
23 views

How to do logging when writing an Visual Studio MEF extension

I'm writing a Visual Studio extension using MEF an I'm wondering how to add logging to the code. When writing a VsPackage one could use the "Action Log" like shown in MSDN. But this isn't possible in ...
3
votes
1answer
41 views

Which of my Visual Studio extensions are slowing?

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 which ...
0
votes
0answers
18 views

Ship Code Analysis Ruleset and styleCop part of custom project templates

I am working on custom multi project solution template.I have my own custom stylecop settings and code analysis rule set.I want to refer them in my project templates and ship it along it. Any ...
5
votes
1answer
65 views

How do I enable a “contextual” editor in Visual Studio?

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 ...
0
votes
0answers
38 views

Usual methods to get rid of all caps menu on Visual Studio Express 2012 have failed. Please advise

I've been trying to get rid of the all caps menu in VS express for desktop but to no avail. I've tried the usual registry hack by putting this into powershell Set-ItemProperty -Path ...
0
votes
1answer
33 views

Visual Studio Extensibility point for new files

I need to replace default naming convention in Visual Studio 2012 for aspx\ascx files. Is there a way I can do it? As one of possible solution, I thought that I can make Extension that will subscribe ...
0
votes
0answers
30 views

Integrate command line into Visual Studio

Is there a way to embed the Windows Command Line into Visual Studio 2010 without developing an extension for this? Or perhaps is there an extension that already does this? Mainly I want to be able to ...
0
votes
1answer
174 views

Visual Studio 2012 Highlight all open files in solution explorer?

Question: Is there a way to make all files that are open in visual studio be highlighted in the solution explorer? (I know there is a filter that you can filter it to show only open files but this ...
1
vote
2answers
245 views

Visual Studio 2012 Update 2 and Git Tools

When MS released Git Tools for Visual Studio 2012, they said that it requires Update 2 - http://www.hanselman.com/blog/GitSupportForVisualStudioGitTFSAndVSPutIntoContext.aspx. I'm developing some ...
1
vote
0answers
25 views

How to get current used color theme of Visual Studio2012

I'm creating my own IntelliSense Presenter, since Visual Studio2012 support change theme, so I want my background color of the presenter can be auto-changed when the theme been changed. Is there a way ...
1
vote
2answers
72 views

How to programmatically override the build and launch actions?

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 ...
1
vote
0answers
78 views

Visual studio 2012 extensions working in Express editions [closed]

There's one extension for Visual Studio 2012 that actually works in Express editions. It's Visual Studio Tools for Git, downloadable from here: ...
0
votes
1answer
24 views

What VS extension/setting do I have to turn on to get this feature?

What Visual Studio 2010 extension or setting turns on the feature pictured below? It allows me to jump to the matching brace and for conditional statements, it gives me a peek of the condition at the ...
0
votes
1answer
60 views

What happened to the Visual Studio extension for “Ultra Find”?

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: ...
0
votes
1answer
57 views

SASS calculation rounding - configurating the number of decimals with Web Workbench and Visual Studio 2012

In SASS you can usually configure how many decimals you want in your calculations (see Sass and rounding down numbers. Can this be configured?). This is handy, as especially Chrome sometimes have ...
28
votes
2answers
930 views

How to add a button to Visual Studio Intellisense

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, ...
0
votes
1answer
21 views

What is the name of the VSIX that shows type members on mouse hover?

Used to have that extension under Visual Studio 2010 but I can't find it again. The extension provide the following helper : When hovering mouse over a type in the code editor a small window would ...
0
votes
0answers
16 views

visual studio extension for #define removing

I use #define to shorten repeated code. For example #define FOR(i, size) for (int i = 0; i < (int)(size); i++) And then I have this code FOR(i, 5) Let's say I want to start from i = 1 and ...
3
votes
1answer
35 views

VSCT: Different icons for different VS versions

I am making an extension for both VS2010 and VS2012 that has a toolbar command. Given the change in icon style between them, I want to provide a separate icon for each. How do I specify that in ...
0
votes
1answer
117 views

Extending VS2012 Javascript Intellisense with custom ICompletionSourceProvider

I have created a new classes like following [Order(Before = "High")] [Export(typeof(ICompletionSourceProvider))] [ContentType("JavaScript"), Name("EnhancedJavaScriptCompletion")] internal sealed ...
0
votes
1answer
51 views

Customizing Project Designer for Visual Studio 2010

I've created a new project template for Visual Studio 2010, and for this particular project template i want to customize the Project Designer(i.e. the window which opens when you right click your ...
5
votes
1answer
191 views

How to set “Break on All Exceptions”, from a Package

I want to make an extension to quickly toggle breaking on CLR exceptions in debugger. I have made tried several approaches, neither of which is satisfactory. Here is what I have already tried: ...
0
votes
2answers
45 views

how to get the selected connection node object of VS Server Explorer window DDEX

I'm adding some options for the Connection Node in the server explorer for my VS extension. For one of the menu options that I have added I need to get the connection string of the very selected ...
0
votes
1answer
16 views

Is there a Visual Studios Extension that autofills method variables if matching names exist?

I was wondering if anyone knew of a Visual Studio Extension that would autofill the parameters passed into a method. For example, given the following code, private void Display(string firstName, ...
1
vote
1answer
81 views

Visual Studio: How to get IDebugEngine2 from VS Package (except IVsLoader)

Is it possible to get a list or a specific instance of IDebugEngine2 (MSDN) from a Visual Studio Package without using IVsLoader approach (described here)? Normally I would expect most services to ...
1
vote
1answer
30 views

Visual Studio Extensibility: Get encoding of ProjectItem/TextDocument

If I have a ProjectItem (MSDN), how do I get its its encoding as detected by Visual Studio? I want to get the same result as shown in this dialog:
2
votes
0answers
34 views

How can I tell Visual Studio to use a custom editor to open a file?

I'm implementing a custom editor for Visual Studio. I'm registering it like this: [ProvideEditorExtension(typeof(MyEditorType), ".myext", 99, NameResourceID = 106)] When the package of the ...
0
votes
0answers
33 views

How do I refresh the Properties Window in a Visual Studio extension?

I'm writing a Visual Studio extension that allows editing the properties of an object in the Properties Window. I use the ITrackSelection interface to select the object I want to edit, and it all ...
1
vote
1answer
18 views

Visual Studio Extensibility: Custom tracing 'source' in output

In a VS package, how do I create a separate entry in this Output drop down for my trace messages?
0
votes
1answer
36 views

Visual Studio Extensibility: Intercepting file paste event

How do I intercept the file paste event in my Visual Studio extension? File paste = pasting the whole file in Solution Explorer. My goal is to apply certain replacements to the copied file.
0
votes
0answers
18 views

Visual studio extension programming edit project file and no over load message

Now I use Visual studio sdk Package to develop VS extension. How can I edit(programming not mannual) the project file to delete some task under BeforeBuild or AfterBuild <Target ...
1
vote
1answer
180 views

Is there any local history in Visual Studio 2012

That is a really useful feature, there is many IDE that can provides it, I can't find any extension which can provide Local History . By Local History I mean something that tracks any changes, ...
2
votes
1answer
232 views

Multi Project Solution template

I am in the process of creating multi-project solution template having web application,Desktop,few class libraries and unit test project. I built the basic container and packed it as VSIX container. ...
1
vote
0answers
45 views

Getting code from all (closed) files in solution in Visual Studio SDK

I'm trying to get and edit the code of all the html-files in the project i found a way to loop over all ProjectItems IEnumerator Projects = _applicationObject.Solution.Projects.GetEnumerator(); ...
1
vote
3answers
63 views

How to make a dialog appear when Visual Studio is started. - VS Extension

I am building a Visual Studio extension and I am stumped on how I would show a dialog when visual studio is started. The main use for it is going to be when Visual studio starts my extension will ...
0
votes
1answer
66 views

Code generation in Visual Studio based on all files with a given extension

I have the following task: Make a visual editor in Visual Studio (not the core of today's question) which results in a text file, on a custom format. This file will then be used as input for code ...
0
votes
1answer
131 views

Vertical scrollbar is not coming up in listbox

I am designing a visual studio extension in which I need a dock panel window. I am able to get this window using WPF. In this particular window I am displaying dynamic list of some strings which ...
0
votes
0answers
79 views

Error loading extensions from VS2012 online gallery menu

I get the below error from the visualstudiogallery service when I try to load Online extensions from the VS2012 Extensions and Updates->Online menu: What could be the possible reason and how can I ...

1 2 3 4 5