Welcome to MSDN Blogs Sign in | Join | Help

Pedro Silva's Blog

Development lead on Visual Studio Platform team focusing on the extensibility of Visual Studio.

Syndication

News

My name is Pedro Silva. I’m the development lead in the Visual Studio Platform team at Microsoft, working on VS Extensibility features, enabling VS extensions and the VS SDK.

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Browse by Tags

Cool Extension: SQL Azure Explorer
I was just looking through some new extensions on the Visuals Studio Gallery for VS2010 Beta 2 and came across this one: the SQL Azure Explorer by Johan Danforth . This extension creates a tool window in Visual Studio similar to the Server Explorer, that Read More...

Posted Friday, November 06, 2009 9:45 AM by PedroSilva | 0 Comments

Filed under: , ,

Visual Studio 2010 SDK for Beta 2 Now Available!
The Visual Studio 2010 Beta 2 SDK is now available for everyone to use from the Download Center. So, install it (it's quick), and start building you very own extensions to Visual Studio today! And once you have those extensions ready to share with world, Read More...

Posted Wednesday, October 21, 2009 11:36 AM by PedroSilva | 0 Comments

Visual Studio 2010 Beta 2 Available
We announced today the availability of the Visual Studio 2010 Beta 2 on MSDN . Later this week, on Wednesday, it will generally be available for everyone from the Download Center. There has been a ton of work, performance improvements, and bug fixing Read More...

Posted Monday, October 19, 2009 3:40 PM by PedroSilva | 0 Comments

Filed under: ,

Cool Extension: Vim Emulation
Jared just released a cool new editor extension for Visual Studio 2010 Beta 1 to provide Vim editor emulations . You can find this on the VS Gallery and through the Extension Manager in VS 2010, so go test drive it today. He also talks more about what Read More...

Posted Wednesday, September 09, 2009 11:36 AM by PedroSilva | 0 Comments

Filed under: ,

Online Templates for the New Project Dialog
ScottGu recently posted about the new online templates feature of the Visual Studio 2010 Beta1. The discussions on his blog have been pretty lively, and mostly folks seem to like this new feature. The Online tab of the New Project Dialog is built on the Read More...

Posted Friday, August 28, 2009 11:27 AM by PedroSilva | 0 Comments

New Project templates of VS-MEF integration
Pablo Galiano has just published two you project template extensions for the Visual Studio Gallery , both of them for doing MEF integration with Visual Studio 2010 Beta 1. Check them out: Template for creating a VS Package that exposes MEF extension points. Read More...

Posted Monday, July 13, 2009 1:55 PM by PedroSilva | 0 Comments

Filed under: , ,

MPF for Projects released for VS 2010 Beta 1
Chuck England has just recently posted the sources for MPF for Projects on CodePlex . If you're interested in creating your own project systems for Visual Studio 2010 Beta 1, this is the place to start. And, for those of you wishing to port your project Read More...

Posted Thursday, July 09, 2009 6:29 PM by PedroSilva | 0 Comments

Filed under: , ,

Look Ma, No More PLKs!
For those of you trying out Visual Studio 2010 Beta 1, you may have already noticed... But, Visual Studio 2010 no longer requires you to create Package Load Keys (PLKs) for writing and deploying VSPackage extensions to VS. This will probably come with Read More...

Posted Friday, June 19, 2009 1:35 PM by PedroSilva | 2 Comments

Update to AboutBox Extension
I recently posted an update the the WPF AboutBox (CS) extension (v 0.4) on the VS Gallery. You can find it by launching the Extension Manager in Visual Studio 2010 Beta 1. If you've already previously installed it, then click on the Updates tab on the Read More...

Posted Wednesday, June 10, 2009 7:46 AM by PedroSilva | 0 Comments

Filed under: ,

Aaron Posts on VSIX Project and pkgdef Files
Aaron (one of the developers on my team working on the SDK) just wrote a couple of great posts for folks wishing to use and to understand how the SDK works for VS 2010 Beta 1. Definitely worth a read if you're working on VS extensions: VSIX Project template Read More...

Posted Tuesday, June 09, 2009 8:51 AM by PedroSilva | 0 Comments

Filed under: , ,

Creating an Item Template Extension (Addendum)
There are a couple of other ways to create project/item template extensions besides using the VSIX Explorer. So, I’m going to give some quick steps here for folks that would like to use an alternative… Just replace Part 2 of my earlier posts with either Read More...

Posted Monday, June 08, 2009 8:48 PM by PedroSilva | 3 Comments

Creating an Item Template Extension (Part 3)
The VSIX file we created in Part 2 is the new unit of deployment for extension in Visual Studio 2010. VS knows how to install these types of extensions, and the VS Gallery is a place where you can host them. Also, the contents of the Gallery are then Read More...

Posted Sunday, June 07, 2009 1:22 PM by PedroSilva | 1 Comments

Creating an Item Template Extension (Part 2)
Now, that we have a zipped up item template (from Part 1 ), how do we get this thing ready for the VS Gallery ? All uploads hosted on the Gallery need to be VSIX files. I’m not going to talk much today about the file format (that is a full topic of its Read More...

Posted Thursday, June 04, 2009 8:58 PM by PedroSilva | 4 Comments

Creating an Item Template Extension (Part 1)
I’ve put together a WPF AboutBox item template and released it on the Visual Studio Gallery . It’s published there so that you can download, install, and use it through the Extension Manager and New Item dialog in Visual Studio 2010 Beta 1. Now, I’m going Read More...

Posted Wednesday, June 03, 2009 4:42 PM by PedroSilva | 4 Comments

Quick Tutorial on Building Extensions with the VS SDK
It's pretty cool when you General Manager is out working with the bits you just released. Jason just released a quick tutorial on how to create an editor extension using the VS SDK . Check out the steps he went through to create, build, test, and deploy Read More...

Posted Tuesday, June 02, 2009 3:59 PM by PedroSilva | 1 Comments

More Posts Next page »
Page view tracker