A VSIX package is a .vsix file that contains one or more Visual Studio extensions (VS2010 onwards).
0
votes
1answer
17 views
vsix opens visual studio
I seem to have got my system into a bit of a pickle with respect to Visual Studio extensions.
Normally I would use Nuget.
When an extension is not on Nuget, I'd download the vsix file and ...
0
votes
0answers
12 views
VSIX package source.extension.vsixmanifest is missing, can't figure out how to add it properly either
I'm flailing around trying to debug this VS 2012 VSIX package which relies on the project and item templates. Can you clear up for me what I'm supposed to do?
I have VSIX Project and Item templates ...
0
votes
0answers
10 views
How to include templates into VSIX package
I am developing a package for VS2012 and what I have there is:
A custom project template and a set of custom item templates:
Templates\Items\MyFirstItem (and more items there), ...
0
votes
0answers
10 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
20 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
0answers
8 views
How can you tell if a Visual Studio command was triggered by keyboard or menu?
Is it possible to know if a Visual Studio command was triggered from the keyboard or a menu? I'd like to write a plugin that monitored VS commands and suggested keyboard shortcuts for any commands ...
0
votes
0answers
5 views
URL ACLs in a Visual Studio Extension?
I'm implementing a Visual Studio extension (a VSPackage), distributed as a VSIX file. I'd like to use an HttpListener, but I get an access denied exception because I don't have administrator ...
2
votes
4answers
36 views
is there a way to check if the debugger is currently attached?
I'm developing a visual studio plugin, and I need to check if the debugger is attached (i.e., the application is currently running) to prevent the user from performing certain actions. I looked online ...
1
vote
0answers
21 views
VS2010 to VS2012 ToolWindow XAML Reference VsBrushes
So I thought I'd run this out there, and see if I was missing something idiotic.
I developed a small my-use-only VSIX extension, and in one of my toolwindows, I'm using the code to set the ...
0
votes
1answer
35 views
Visual Studio won't load my VSIX package
I'm trying to create my own VSIX package using the Project template. But when I actually launch it, it doesn't appear to be loading anything. That is, when running the project, it opens up another ...
4
votes
3answers
169 views
VSIX extension for VS2012 not running when debugging
I created a new VSIX extension project in Visual Studio 2012, and wrote a MEF classifier (as a test) that should simply highlight all text in a .mylang file. Here are the relevant parts of my .NET 4.5 ...
0
votes
1answer
22 views
How to make custom DatabaseSchemaProvider compatible with Visual Studio 2012?
I have built a custom DatabaseSchemaProvider deployed using a VSIX package.
Under VS2010 and VSTSDB/10 it works great and is used for supporting our custom database language infrastructure in ...
0
votes
0answers
18 views
How to get recently used debugging engines
I need to attach to some processes using Attach2 method from Process2 interface, to which I want to pass recently used debugging engines (or just a collection of BSTRs):
...
0
votes
1answer
43 views
How to register mouse hover event over Visual Studio menu item?
I'm writing VSIX plugin. I've created an icon on Visual Studio standard toolbar. My custom command is attached to it:
var mcs = GetService(typeof(IMenuCommandService)) as OleMenuCommandService;
var ...
0
votes
0answers
12 views
Impact of back-porting Visual Studio 2012 extension to 2010
I have a Visual Studio 2012 extension published in the gallery - Loaded Projects
Would there be any problems for existing 2012 users if I were to modify the extension so that it supported Visual ...
0
votes
0answers
29 views
Creating a custom VSIX project
I am creating a custom VSIX extension to support the multi project template. In the process of installation, i have to add common reference dll files in a folder that can be shared by all the other ...
2
votes
1answer
82 views
VSIX package build failed without showing the reason (Visual Studio bug)
I have to enabled diagnostic mode of MSBuild project build output verbosity to see this:
1>Done executing task "EnableExtension" -- FAILED. (TaskId:81)
1>Done building target ...
0
votes
0answers
23 views
VS2012 Tool Window with search
I'm trying to create a custom tool window extension with search enabled.
How can I force the search box to always be in it's own row?
Similar to the default Solution Explorer window shown above.
...
0
votes
0answers
40 views
NullReferenceException on Package Wizard's integration tests
I used Visual Studio 2010 SP1 and the package wizard to generate unit tests for an extension. The unit tests pass but the integration test (unmodified) fails on the UIThreadInvoker.Invoke call with a ...
0
votes
1answer
23 views
Is there a way to detect whether or not there is an opened solution in VS 2012 from a vsix extension?
I would like to disable parts of my extension's tool window if it is opened without a solution loaded, and need a way to detect this.
I know about the DTE events that are fired when a solution is ...
0
votes
0answers
103 views
Issues in creating custom multi project MVC 4 web application template vs2012
I am working on custom multi solution project structure having
1. 4 class library projects
2. One MVC 4 Web application.
I have built multi solution structure into VSIX package.Till here everything ...
0
votes
1answer
40 views
Visual Studio extension menu button event not fireing
I have a project which has recently been converted from studio 2008 to 2010. It makes significant use of DSL. I used the DslProjectsMigrationTool that comes with the SDK. While much of the ...
2
votes
1answer
245 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.
...
0
votes
1answer
50 views
Do I need a wizard to rename namespaces and project names in a Visual Studio multi-project template?
I'm using VS 2010, and I need to do some multiproject template samples, using VSIX, not necessarily a Wizard, but it works fine for what we need.
My project names should be:
...
1
vote
3answers
43 views
Managing dependency of one VS extension on another
I've written a VS2012 extension for internal use that simplifies the process of publishing and updating any nuget packages from the nuspecs that are contained within the currently loaded solution.
...
2
votes
0answers
105 views
implement custom code analysis visual studio extension
I Just want to ask if it's possible to turn a Custom Code Analysis into a .VSIX extension? If yes, what method should I be taking?
I am planning to create a Visual Studio extension of my custom code ...
0
votes
2answers
107 views
Programmatically specify Private Extension Gallery in Visual Studio 2012
One of the newest features in VS 2012 is the ability to create Private Extension Galleries, which allow you to build your own extension repositories and not have to publish them to the world (internal ...
0
votes
0answers
164 views
Run Custom Tool at build in VS
I'm creating an internal VS template to create new versions of a multilingual website with custom fields filled by a wizard. All is going well, until I try and run the program. Upon running, I ...
1
vote
2answers
68 views
Is there a quick, easy and free way to auto-generate an IComparable<T> implementation for a C# class?
I know that Resharper can code-gen a comparer implementation (and does a really great job of it), but I'm looking for a free way to do the same. I've got a customer who is not likely to invest 250$ ...
2
votes
0answers
188 views
VSIX Project Templates targeting Visual Studio 2010 and 2012
I am creating a few Visual Studio Project Templates, and wrapping them in a VSIX for eventual upload to the Visual Studio Gallery. I would like one single VSIX to support installing the templates on ...
0
votes
0answers
67 views
Why is the default VSIX installation directory not in the default allowed VS locations?
As mentioned in other posts, by default VSIX extensions will install to the following directory matches and this cannot be changed:
%VSAPPDATA%\Extensions\
My question is: If that is the default ...
0
votes
1answer
55 views
How to define a SplitDropDown or MenuButton for a toolbar in a *.vsct file?
I defined a toolbar for a tool window by following this walk-through description.
Adding new buttons to the toolbar, and connecting them to code within my package, is no problem and works fine (So I ...
0
votes
0answers
100 views
Problems incorporating “Class Library (Windows Store Apps)” in Visual Studio Extensions (.vsix)
I'm trying to incorporate both a "Class Library (Windows Store Apps)", and a WinRT Component into the same extension.
I can get the WinRT component to show up in intellisense when I reference the ...
0
votes
1answer
111 views
Roslyn Code refactoring VSIX project — How to add more to the VSIX?
I've created a visual studio extension with some nice refactoring features via a Code Refactoring (CodeRefactoringProvider) roslyn project, but there isn't really anything to it in terms of adding ...
1
vote
0answers
108 views
How to reuse Visual Studio WPF styles for controls in VSIX MEF extension?
How to reuse Visual Studio WPF styles for controls in VSIX MEF extension?
I have found some information about general using of themes in other applications here, but probably there is other way to do ...
2
votes
3answers
451 views
Strongly naming a 3rd party assembly - Could not load file or assembly
I am writing a Visual Studio 2012 extension, for internal use, which requires that all assemblies have a strong name. I am dependent on RestSharp (and a few other dlls), and since it is not strongly ...
0
votes
0answers
30 views
Detect Guid In VS 2010
Does anyone know how to find specific guid and id of source control menu?
I mean to the toolbar which showing when u right click on branch/folder showing.
I try to add "EnableVSIXLogging" to regedit, ...
1
vote
1answer
464 views
VSIX - Cannot load file or assembly of a referenced dll
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, which ...
1
vote
1answer
160 views
VSIX: add tool window to View->Other Windows
I'm exposing a tool window in VS using this attribute on Package class:
[ProvideToolWindow(typeof(MyToolWindow),
Style = VsDockStyle.Tabbed,
Orientation = ...
0
votes
0answers
62 views
VSIX for Visual Studio 2012 Toolbox
I have created a component MyComponent.dll. I need to add it to the VSIX to place it into the Visual Studio 2012 Toolbox. How can I do this?
1
vote
1answer
33 views
VSIX: open browser window
My visual studio extension generates a URL and I want to open it inside the Visual Studio as a new tab.
I could just use Process.Start() to open an external browser but this doesn't look good.
I can ...
0
votes
1answer
148 views
Is it possible to develop extensions for visual studio 2012 using free tools?
I would like to make a template for F# lib + XNA 4.0 + Xbox360 for visual studio 2012.
All I have is Visual Studio 2012 Express Edition for Web.
When I try to install the Visual Studio 2012 SDK, it ...
1
vote
0answers
184 views
Digitally sign a Visual Studio 2012 VSIX extension
I am trying to sign a Visual Studio 2012 extension that is packaged as a VSIX file.
I have followed the instructions at http://www.jeff.wilcox.name/2010/03/vsixcodesigning/; however, I am interested ...
2
votes
1answer
3k views
Adding extensions in Visual Studio Express 2012 for Window8 Desktop
I realise that VS2012 Express Edition now supports NuGet packages. Any idea if the limitations on adding productivity tools like Resharper or Reflector in VS Express Editions 2012 has now been ...
0
votes
1answer
569 views
Visual Studio 2012 SDK installation
I have ultimate version of visual studio 2012 today I downloaded and installed Visual Studio 2012 SDK which suppose to add project templates under Visual studio new project dialog, but there is ...
0
votes
0answers
29 views
Looking for SpaceNegotiatingAdornmentTag example (vsix)
As per title, I’m looking for a sample code that will use SpaceNegotiatingAdornmentTag.
I’ve searched over the net but all I could find about it is a short doc on MSDN site plus a notice of existence ...
1
vote
1answer
70 views
How to programatically enable visual studio extension
I have created a visual studio extension and have packaged it in visual studio setup. Now, when i install the setup. The vsix gets installed and is also seen in the Extension manager window, but its ...
0
votes
1answer
171 views
Can MVC Scaffolding T4 Templates be installed using VSIX?
I have a MVC template that should be installed in
Common7\IDE\ItemTemplates\CSharp (or Visual Basic)\Web\MVC (or 2)
3\CodeTemplates
as noted here.
Is there a way to include this on a VSIX ...
1
vote
0answers
65 views
Open standard dialogs in Visual Studio extension
I'm writing a Visual Studio extension and would like to open the Connect to Team Foundation Server standard dialog on click.
I was able to do so utilizing the DTE2.ExecuteCommand method like ...
1
vote
0answers
86 views
VSIX extension WPF styles
I'm building a VS2010 extension (vsix) with WPF. Is there any way to reuse WPF style templates from the visual studio itself to make my control look native to Visual Studio?
A the moment I can use ...


