Nuestro buen amigo Tomas Restrepo ha escrito un par de reviews sobre un par de características nuevas de VS 2010, se los recomiendo.

Current Line Highlighting for VS2010

I’ve created another simple extension for Visual Studio 2010 beta 1 that will highlight the current line the caret is in with a different background color. Here’s a screenshot of the extension in action:

clip_image002

The extension itself is pretty simple, but it was a good way to understand how adornments for the text editor worked. I think it’s a fairly elegant mechanism that offers quite a bit of potential. A couple of things that I liked quite a bit about it:

Ver al articulo completo aqui

Classifier Sample Update

I’ve been extending my Flow Control Classifier sample extension for Visual Studio 2010, and based on the new features, I decided to rename it to KeywordClassifier instead. I’ve renamed the GitHub repository as well, so make sure you’re heading to the new one.

I will continue playing with this, but besides a significant refactoring of the code, I’ve added support for two new classifications:

Visibility Keywords: You can now select different highlighting options for visibility keywords in code like public, private and so on. For example, you can make them less visible by changing them to a color closer to your background.

LINQ Operators: For C#, you can select options for LINQ query operators, like select, where, groupby, etc.

Here’s a screenshot of some of the extension C# code showing all three of our supported classifications:

clip_image004

Saludos

Fernando García Loera

MVP Lead | Community Consultant | Latin American Region

Que es un MVP? Tip para ser MVP clip_image002 clip_image004 clip_image006 clip_image008 image