vsix
Are there any document window focus events?
This one has been a bit of a pain due to a similarly named feature in Visual Studio (which I won\'t mention here for the sake of people searching).[详细]
2023-04-09 09:08 分类:问答Adding a property page to project properties without implementing a project subtype
I\'m developing a Visual Studio 2010 package. My package needs to add a new tab to the project properties.[详细]
2023-03-25 14:25 分类:问答VSIX Flavored project custom .target file import issue
I have a VSIX package with couple of cu开发者_如何学JAVAstom designers over XML. This package has a flavored project system in which I use some custom build tasks to auto generate code at build time.[详细]
2023-03-18 02:53 分类:问答How can I automatically enable a VSIX extension, when installing?
I\'ve created a VSIX package that I install via a WIX-generated MSI. However, when I install it, and开发者_运维技巧 look at it in VS2010, in the Tools > Extension Manager menu, it is [Disabled] and I[详细]
2023-03-15 01:16 分类:问答How can I install a VSIX package automatically, with WIX?
I\'ve got a WIX installation project for my application. As part of my solution I have a VSIX extension, that I want to install on the customer\'s Visual Studio.[详细]
2023-03-14 04:05 分类:问答How to install xsd via VSIX installer?
Visual Studio uses xsd files to provide intellisense for xml files that matches the namespace. I have created custom xml schema and I want to apply that schema when user is editing that type of docume[详细]
2023-03-11 04:11 分类:问答Calling ServiceLocator.SetLocatorProvider for a new Castle Windsor container causes IServiceProvider conflict in a VSIX package
I have a basic vsix package project in VS 2010 and have a simple ServiceLocator deriving from Microsoft.Practices.ServiceLocation.ServiceLocatorImplBase that I am registering in the Initialize overrid[详细]
2023-03-10 03:46 分类:问答Deleting an extension which has no means to be uninstalled
I have an extension installed in VS 2010but there is no option to uninstall it from extension manager or add/remove programs (if it was in an msi, can\'t remember). Add-in manager gives me the option[详细]
2023-03-09 17:29 分类:问答From a visual studio package (VSIX) how do I detect a solution or project build?
From a visual s开发者_如何学Ctudio package (VSIX) how do I detect a solution or project build?If you have a Package class in your assembly, you can do:[详细]
2023-03-01 05:00 分类:问答VSIX: standalone package
My VSIX package uses a bunch of images and third-party dlls, and when compiled the Release folder contains all of开发者_如何学Go that stuff in the raw form. Looks really bad. Is there any way to creat[详细]
2023-02-28 18:13 分类:问答