Sign in
Pedro Silva's Blog
Development lead on Visual Studio Platform team focusing on the extensibility of Visual Studio.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
C Sharp
DSL Tools
Extension
Humor
Links
Misc
News
Unit Testing
Visual Studio
Visual Studio SDK
VSX
Window Forms
WPF
XAML
Archive
Archives
June 2010
(4)
May 2010
(3)
April 2010
(4)
February 2010
(1)
January 2010
(1)
November 2009
(1)
October 2009
(2)
September 2009
(1)
August 2009
(1)
July 2009
(2)
June 2009
(8)
May 2009
(10)
April 2009
(11)
October 2007
(2)
September 2007
(1)
August 2007
(3)
July 2007
(3)
June 2007
(2)
March 2006
(14)
February 2006
(13)
January 2006
(5)
December 2005
(5)
November 2005
(11)
October 2005
(1)
September 2005
(1)
August 2005
(4)
July 2005
(3)
June 2005
(12)
May 2005
(5)
April 2005
(4)
March 2005
(10)
February 2005
(5)
January 2005
(6)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Pedro Silva's Blog
Look Ma, No More PLKs!
Posted
over 4 years ago
by
Pedro Silva [Visual Studio]
2
Comments
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...
Pedro Silva's Blog
Update to AboutBox Extension
Posted
over 4 years ago
by
Pedro Silva [Visual Studio]
0
Comments
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...
Pedro Silva's Blog
Aaron Posts on VSIX Project and pkgdef Files
Posted
over 4 years ago
by
Pedro Silva [Visual Studio]
0
Comments
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...
Pedro Silva's Blog
Creating an Item Template Extension (Addendum)
Posted
over 4 years ago
by
Pedro Silva [Visual Studio]
3
Comments
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...
Pedro Silva's Blog
Creating an Item Template Extension (Part 3)
Posted
over 4 years ago
by
Pedro Silva [Visual Studio]
1
Comments
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...
Pedro Silva's Blog
Creating an Item Template Extension (Part 2)
Posted
over 4 years ago
by
Pedro Silva [Visual Studio]
4
Comments
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...
Pedro Silva's Blog
Creating an Item Template Extension (Part 1)
Posted
over 4 years ago
by
Pedro Silva [Visual Studio]
4
Comments
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...
Pedro Silva's Blog
Quick Tutorial on Building Extensions with the VS SDK
Posted
over 4 years ago
by
Pedro Silva [Visual Studio]
1
Comments
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...
Page 1 of 1 (8 items)