Visual Studio Shell announced - answer to Eclipse Platform?

| 1 Comment | 1 TrackBack

Craig Skibo of Microsoft writes about new thing they announced recently - Visual Studio Shell. What the hell is that? Marketing description is unreadable:

A streamlined Visual Studio development environment, the Visual Studio Shell provides the core foundation so you can focus on building your application’s unique features.

But Craig gives a description mortals like me can understand:

Over the years many people have been creating packages and Add-ins for Visual Studio, but if anybody wanted to use your package, they had to have a copy of Visual Studio (pro or above) installed on their computer or you had to license what we called the PPE (or “Premier Partner Edition” – another beautiful name) and it was not exactly cheap.

What I have been working on is allowing you to, by building a small exe program and editing an even smaller text file that looks like a .reg file, create your own application which consumes the Visual Studio shell. Your program is branded with your company name and logos in any way that you wish, the only place that any Microsoft logo appears is on the splash screen where on the bottom right we put the text “Powered By Visual Studio”. And best of all – it is free!!! You can also distribute the PPE version of Visual Studio Shell, for free!!!

Ok, so Visual Studio Shell looks like Microsoft answer to the Eclipse Platform.

That's a good move, but what bother me tough is the fact that building plugins for Visual Studio is still a nightmare compared to building Eclipse plugins. If Microsoft wants to achieve at least a portion of adoption Eclipse platform has they have to simplify Visual Studio SDK programming substantially. Which is hardly possible without substantial redesign/rewrite of this 10 years old monster.

Visual Studio Hawaii (next after Orcas) was supposed to be such new dramatically redesigned version. And this announcement sounds like a sign of a major Visual Studio redesign going on right now.

Related Blog Posts

1 TrackBack

TrackBack URL: http://www.tkachenko.com/cgi-bin/mt-tb.cgi/707

Victor Garcia Aprea, the guy behind VSSDK Assist writes about his experience and vision of extending Visual Studio. My Love / Hate relationship with Visual Studio: Visual Studio is a tool I love to use. Visual Studio is a tool I hate to extend. En... Read More

1 Comment

By the way I found today that VS Shell 2008 is free, fully redistributable and repackageable. And it has XML Editor and HTML Editor included.
So just install it as is and we have stand alone VS 2008 XML editor for free!
I didn't try it yet.
Interesting question is would it include Microsoft.XslDebugger.Host.exe? If it would this means that "Show XSLT Output" would work as well and may be a debugger too.

How long it would take for Oleg to release something like MVP XML Editor? Anyway this looks like perfect Shell for IronXSLT.

Leave a comment