News

Extraordinary Robot
Robot
Joined
Jun 27, 2006
Messages
23,048
Mads Kristensen is back, today with a VS Extension that will help VS Extension builders build Extensions. That is so meta I had to highlight, even through it's currently at v0.2 (might be at 0.3, 0.4 by the time you read this... :)

Speaking of Mads, are are few other recent times we've highlighted his Extensions;

Link Removed


An extension for making it easier to write Visual Studio extensions

Here's a list of features

Pkgdef files

Syntax highlighting


Colorizes registry keys, strings, keywords, comments and more.

Link Removed

Intellisense


Intellisense is provided for tokens and GUIDs.

Link Removed





Snippets


By typing a question mark on an empty line, a list of snippets appear. Hit Tab on the snippet you want and it will be inserted.

Link Removed

Brace matching


Matches parantheses and square brackets.

Validation


Validates various common mistakes like unknown tokens and unclosed strings and braces.

Link Removed

Formatting


Format the entire document or just the selected lines.

Link Removed

And Mads being Mads, the source is available too! There's additional features mentioned there too.. (you can really see he's got it under active development... there was a commit 20 minutes ago... :)

madskristensen/ExtensibilityTools

Link Removed

Editor margin



The margin is located below the bottom scrollbar.

Link Removed

Document encoding


Shows the encoding of the current document and more details on hover.

Link Removed

Content type


Shows the content type of the textbuffer at the caret position. The over tooltip shows the name of the base content type.

Classification


Displays the name of the classification at the caret position in the document. The hover tooltip shows the inheritance hierarchy of the EditorFormatDefinition's BaseDefinition attribute.

Link Removed

...

If you create an extension and release it's source, let us know!

Link Removed
Link Removed
Link Removed

Link Removed

Continue reading...
 

Back
Top