visual-studio-addins
Create a new top-level menu in Visual Studio
We have an add in for VS that currently is launched from the tools menu, the add-in consists of a a UI offering the user a few option buttons, which I now want to convert to a top-level menu that woul[详细]
2023-01-26 20:01 分类:问答How to add a toolbar to a Visual Studio add-in?
I have created a new Visual Studio Add-in project开发者_JAVA百科. My project is able to add commands to Visual Stuido menu. This code is created by wizard. How can I add my custom toolbar to Visual St[详细]
2023-01-24 07:31 分类:问答Why I lost input focus in visual studio 2005/2008
I wrote a Add-In for Visual Studio 2005/2008. It will prompt a window with some edit controls as child windows. But if open VS[详细]
2023-01-21 05:38 分类:问答How do I determine if a VSLangProj.Reference is a Project Reference or a File Reference?
I am wo开发者_开发百科rking on a Visual Studio plug-in. Given a VSLangProj.Reference, is there a way to programmatically determine if that reference is a project reference or a file reference?in VS 20[详细]
2023-01-20 17:24 分类:问答How do I specify my own bitmap image in a call to Commands2.AddNamedCommand2?
I\'m writing a Visual Studio add-in and have a 16x16 bitmap resource that I would like to use as the button image for my menu item.[详细]
2023-01-19 21:11 分类:问答VSWindowManager replacement - need to switch VS2010 windows to/from dual monitor config
I am trying to find a solution that would let me switch between single and multi-monitor configurations 开发者_如何学Cin Visual Studio 2010. I see the VSWindowManager has not been updated - is there a[详细]
2023-01-19 07:05 分类:问答How to uninstall VMware add-in from visual studio 2008?
Hi I\'ve VMware Workstation 6.5.2 installed on my PC. This program\'s add-in, use assign F6 key to one of its commands.[详细]
2023-01-18 01:16 分类:问答Utilise Visual Studio Theme in Add-In
Is it possible to utilise the current Visual Studio theme within an Add-In? I\'m using Visual Studio 2010 and want to use the dark and l开发者_如何学Goight blue colouring of the environment to colour[详细]
2023-01-17 03:32 分类:问答API for adding Code Snippets Locations in visual studio
I\'m currently creating a Visual Studio Add-In and require the ability to add a location for custom Code Snippets to the users Visual Studio Environment programatically.I\'m aware of the DTE Command T[详细]
2023-01-16 16:13 分类:问答Visual Studio Add-in development - Get directory path within a C++ project
i\'m currently trying to build an add-in which is similar to VSNewFile. So it\'s just a simple extension which provides a faster wayto create new files. The problem with VSNewFile is that it doesn\'t[详细]
2023-01-16 02:01 分类:问答