Questions tagged [vsip]

The Visual Studio Industry Partner (VSIP) Program (formerly Visual Studio Integration Program) allows third-party developers and software vendors to develop tools, components and languages for use in the Microsoft Visual Studio .NET IDE.

The Visual Studio Industry Partner (VSIP) Program (formerly Visual Studio Integration Program) allows third-party developers and software vendors to develop tools, components and languages for use in the Microsoft Visual Studio .NET IDE. The program offers partnership benefits including co-marketing opportunities, and Visual Studio licensing options as well as extended access to Microsoft technical and premier support.

The VSIP SDK (software development kit) facilitates development of integrated tools and includes development software and documentation that can be used directly within the Visual Studio .NET IDE directly. Extensions to the IDE, also known as "Add-ins", can be as simple as adding a custom server control to the toolbox, or as complex as adding support for a new CLR-compliant language.

9 questions
4
votes
1 answer

Drag Drop Within WPF ToolWindow in VS2010 Extension Not Allowed

I have a strange problem here. I've created a simple plugin using the wizard for a Visual Studio Integration Package / VSIX project with a tool window. Within that window I want to do a simple drag/drop from a listbox and drop within the same…
Johan Danforth
  • 4,469
  • 6
  • 37
  • 36
3
votes
2 answers

Adding a TestSettings file to SolutionItems in VisualStudio

((EnvDTE80.Solution2)dte.Solution).GetProjectItemTemplate("Test Settings", "Test"); I need to add a new TestSettings object programmatically to a C# project in Visual Studio. To do this I need to get the path of the template file. The call to…
jaws
  • 1,952
  • 4
  • 20
  • 27
3
votes
1 answer

How to Extending vs2010 editor context menu for .js file?

I have a VS2010 VSIP package with several commands,Those commands are added to the javascript editor's context menu,and i am using
guaike
  • 2,471
  • 9
  • 31
  • 42
2
votes
1 answer

Customising project debugging in Visual Studio project flavor

I am extending Visual Studios project system, using C# (MPF). I have written a custom 'project flavor', by extending 'FlavoredProjectBase' - and I have 'flavored' the C# Class Library project. I want my project type to support F5 debugging, with the…
Adam
  • 4,159
  • 4
  • 32
  • 53
1
vote
1 answer

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 chosen from a menu.
citizenmatt
  • 18,085
  • 5
  • 55
  • 60
0
votes
1 answer

VSPackage fails PLK verification on clean machine, but passes on Dev machine when /noVSIP is set

I think the title pretty much says everything. But just to be safe... I've got a VSPackage developed on my main machine that has the VS2008 SDK SP1 installed on it. When debugging in the experimental hive, all works fine. I got a PLK, applied it,…
Justin Rudd
  • 5,334
  • 4
  • 22
  • 16
0
votes
2 answers

How do I get access to existing icons from other components from a VS package?

I have a Visual Studio package, and I want to display the VS snippets icon - how can I get it?
citizenmatt
  • 18,085
  • 5
  • 55
  • 60
0
votes
1 answer

Troubleshooting Plk Verification for Visual Studio Package in a VSIP Development Edition

I have a custom domain specific language project which was developed a while back, was deployed and run on the same machine inside the normal Visual Studio hive with no problems. Server has been reinstalled and I'm trying to setup the environment…
Alex Duggleby
  • 7,948
  • 5
  • 37
  • 44
0
votes
0 answers

Programmatically open a Remote url in Visual Studio

Is there any way to open a remote url (i.e. a http url) within visual studio. The IVsUIShellOpenDocument.OpenStandardEditor method sounds promising, but it needs an existing document. Has anyone managed to get this working?
Sprotty
  • 5,676
  • 3
  • 33
  • 52