views:

119

answers:

4

I like to know the list of applications using Visual Studio Shell Platform, to understand its capabilities. As of now i know

A: 

You can probably get all your info from here, or here. These two links are the portals into Visual Studio extensibility - be sure to explore the nav menu on the left for the second link.

slugster
A: 

Embarcadero has Delphi Prism (aka Delphi for .NET) fully implemented in Visual Studio Shell. This is a fully feature Delphi IDE, bigger than IronPython Studio, SQL Server Management Studio and so on.

Lex Li
A: 

VS.PHP is built using the Visual Studio core. You can use it as a VS addin, or as a standalone IDE for just PHP. You can develop PHP apps with all the power of VS - great editing, step-through debugging etc. Great tool.

Ira Rainey