Browse by Tags
All Tags »
Visual Studio (RSS)
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
I just created an new Item Template for the WPF AboutBox that I've been discussing in this blog . The item template will create a new AboutBox for your WPF application... It is currently only in C#, but I'm working on a VB version as well. This is Visual
Read More...
Well lots of announcements this week with the VS Beta coming out... so here's one more: The Visual Studio 2010 DSL SDK Beta1 is available for download! This one is near and dear to me because I've worked on DSL Tools in the past, and it's wonderful to
Read More...
Well for the first couple of days of being out, we've been getting some good usage and feedback of the SDK and extensions being downloaded through the Extension Manager in VS 2010 Beta 1. Here are some highlights: Scott Hanselman has a cool post about
Read More...