Showing tag results for Extensions

Oct 19, 2011
Post comments count0
Post likes count0

Introducing the Microsoft “Roslyn” CTP

Visual Studio Team

Today we are releasing the first Community Technology Preview of the Roslyn Project! What is Roslyn? In the past, our compilers have acted as black boxes – you put source text in and out the other end comes an assembly. All of that rich knowledge and information that the compiler produces is thrown away and unavailable for anyone else to use. ...

C#ExtensionsVisual Basic
Mar 15, 2011
Post comments count0
Post likes count0

Quick Find extension in the Productivity Power Tools

Visual Studio Team

We’re pleased to announce a new Quick Find (Ctrl+F) extension in the February release of the Productivity Power Tools.  This is the first version of the Quick Find extension and we are planning to make some improvements to it in future Power Tools releases, but this blog post describes the reasons for the extension, its functionality, where we’re p...

ExtensionsProductivityVisual Studio 2010
Nov 30, 2010
Post comments count0
Post likes count0

Color Printing Extension Now Available!

Visual Studio Team

We are pleased to announce the availability of Color Printing as a free extension for Visual Studio 2010!  By default, VS 2010 prints only in black and white; this extension restores support for printing code in color. Installation and Setup Installing Color Printing requires Visual Studio 2010 Pro, Premium, or Ultimate (the Express editions...

ExtensionsVisual Studio 2010
Sep 1, 2010
Post comments count0
Post likes count0

Emacs Emulation Extension Now Available!

Visual Studio Team

We are pleased to announce the availability of Emacs Emulation as a free extension for Visual Studio 2010!  This extension provides basic support for Emacs keybindings and text editing commands, very similar to the built-in Emacs keyboard layout in VS 2008.  Once the extension is installed you should be able to use familiar keyboard short...

ExtensionsCSSVisual Studio 2010
Jul 1, 2010
Post comments count0
Post likes count0

Walkthrough: Extending VS 2010 to Support Additional Programming Languages

Visual Studio Team

The Visual Studio team has sponsored a set of Visual Studio Extensibility walkthroughs that will be hosted on www.devx.com.  The first walkthrough showed how to write a blogging extension for VS 2010 and demonstrated the basics of VSPackages, Commands, Tool Windows, and MEF.  In this walkthrough, Steve Apiki shows you how to extend the Vi...

Extensions
Jun 27, 2010
Post comments count0
Post likes count0

15 minute blog post: PNG files in Packages

Visual Studio Team

Recently I’ve been helping plan the next version of Visual Studio. It’s way too early to be talking about specifics, but one topic came up this week that I have to share. Package Authoring As some of you may have noticed, many of the regular posters here have been busy writing extensions for the Visual Studio Gallery, some of which have been fe...

Extensions
Jun 21, 2010
Post comments count0
Post likes count0

Add References Faster with the new Add Reference Dialog in the Productivity Power Tools

Visual Studio Team

Two weeks ago, we launched the Productivity Power Tools at TechEd North America and the response has been great with over 37000 downloads so far!  Many of you also may have noticed that an updated version of the Power Tools was released last week.  This update fixed an issue where the extension update check would fail on machines that req...

ExtensionsProductivityVisual Studio 2010
Jun 21, 2010
Post comments count0
Post likes count0

Document Well 2010 Plus: Hidden Options

Visual Studio Team

[Update 7/20/2010]: Updated changes made for version 10.0.10710.22 of the Pro Power Tools. Please take a look at the changelog. A couple of posts ago I announced the availability of Document Well 2010 Plus as part of the Visual Studio 2010 Pro Power Tools. Since then we have received lots of feedback about our extension, for which I am very gr...

ExtensionsVisual Studio 2010
Jun 1, 2010
Post comments count0
Post likes count0

Walkthrough– Publishing an Extensibility Web Control Project Template (Part 2 of 2)

Visual Studio Team

Introduction In Walkthrough-- Publishing a Custom Web Control (Part 1 of 2) you learned to create and publish a custom web control. You created the extensibility project manually, a procedure with many steps. Now that you have an extensibility project template, you can publish it to the Visual Studio gallery. Anyone who wants to create and publish...

C#ASP.NETExtensions
May 25, 2010
Post comments count0
Post likes count0

Walkthrough– Publishing a Custom Web Control (Part 1 of 2)

Visual Studio Team

The Visual Studio 2010 SDK adds several project templates to Visual Studio that let you create and share custom controls. These are called extensibility projects. In addition to compiling the control, the extensibility project prepares it for publication by incorporating it into a VSIX extension. A VSIX control extension can be shared by publishing...

C#ASP.NETExtensions