-
I really like the new sexy design of MSDN and Visual Studio, both colors and form. The new logo suggests me that now Visual Studio is not a tool that roughly integrates separate development assets but rather a really integrated and uniform development tool for .NET. There are places where the logo is...
-
<Part1 [Quan] Istvan is now going to show you how to create an extension and how to publish it to the Visual Studio gallery. [Istvan] In this demo I will create a simple package with a Nice Tool Window. I have installed Visual Studio SDK on my machine, and now I create this package using a Visual...
-
Visual Studio extensibility developers know that VSPackages are load on-demand. The IDE loads a package when any of the commands, services, tool windows, document windows, designers, or whatsoever objects the package owns are about to be used. Even if our packages are not loaded, somehow they should...
-
The new Extension Manager is a great piece of Visual Studio 2010, I like the UI (even if it has fuzzy font by default J ), but I have found that it has a button name Cancel . I’d rather name this button Close , because it does not behave like Cancel in other places. For me, the name “cancel”...
-
Working with Visual Studio 2010 Beta1 and finding out how things work there is really a fan, I enjoy doing it very much. I really like the new design and features coming from the fact that VS 2010 Shell—and of course the new editor—is based on WPF technology. I know there are some who criticize...
-
Upgrading my samples from VS 2008 to VS 2010 for the forthcoming book helps me finding issues in VS 2010 Beta1. The freshest one I have caught is related to the TextOnly command flag in the .vsct file of VSPackages. The TextOnly command flag is assumed to set up the visual properties of a menu item so...
-
With the release of Visual Studio 2010 Beta1 I started iterating through the chapters of my forthcoming book with working title “Visual Studio 2010 Extensibility”. The chapters already prepared have been written with Visual Studio 2008 features and I’m just adopting them to the Visual...
-
In the previous part of the series I gave you a very brief overview of the Managed Extensibility Framework and about how it is used by the editor extensibility in Visual Studio 2010. As an extensibility guy, I am interested in writing new extensions for the editor, and because it is built on MEF, I think...
-
Visual Studio has many points to extend and also many ways to do that. We can customize Visual Studio or its plug-ins to gain new functionality, for example creating new code snippets or templates. Macros offer us another simple way to write very simple code—just like we used to do it for Microsoft...
-
The Visual Studio 2010 Beta 1 has been released only a few days ago. As Quan To wrote in his blog , this is a very important milestone in the life of the Visual Studio Team after a year and half. I think, this milestone is important for the lovers of Visual Studio Extensibility as well. We can touch...
-
In the previous part of the LearnVSXNow! series I shared my first experiences with the new Visual Studio 2010 SDK CTP. To help you understand new features in VS 2010 editor extensibility I decided to write a deep dive about a few examples. I selected the TextColoringSample application shipped with the...
-
I spent this week in Los Angeles at the PDC 2008. It was seven years after my last PDC experience in 2001, so I was very happy to attend again. During the whole week and after returning home I was very excited about the new announcements and technologies I could meet. Windows Azure, Oslo, Dublin, Silverlight...