New Editor Samples for Visual Studio 2010 Beta 1

Chris Granger, one of our Visual Studio Editor Program Managers just posted some more Editor goodies on code gallery.

Here’s a quick wrap up of the samples and walkthrough that just got posted:

Editor Extension Hands On Lab

This lab takes you through the end to end scenario of creating and editor extension, by building an extension that displays walkthrough content from an XML file directly in the editor as green boxes.

https://code.msdn.microsoft.com/extensionHoL2009

Highlight Word

This is a sample extension to the Visual Studio 2010 Editor that uses tagging and adornments to highlight all occurrences of the word currently under the caret.

https://code.msdn.microsoft.com/highlightword

Caret Fish Eye

This is a sample extension to the Visual Studio 2010 Editor that visually shrinks lines that are farther away from the caret.

https://code.msdn.microsoft.com/caretfisheye

Hyperlink Extension

This is a sample Visual Studio 2010 extension that provides syntax-highlighting for hyperlinks as well as the ability to ctrl-click on the link.

https://code.msdn.microsoft.com/hyperlinksample

Diff Classifier

This is a sample Visual Studio 2010 Classifier that provides syntax highlighting for standard diff/patch files.

https://code.msdn.microsoft.com/diffclassifier

More samples, walkthroughs, and guidelines for Visual Studio 2010 Beta 1 are available on our VSX code gallery site.

Try out the new editor samples and let us know what you think!