Around and About .NET World

Il blog di Marco Minerva
posts - 1671, comments - 2232, trackbacks - 2135

My Links

News

Contattami su Live Messenger:


MCTS: Windows, Web, Distributed Applications & SQL Server

MCPD: Enterprise Applications

Tag Cloud

Archives

Post Categories

Links

Un add-in per navigare tra i commenti del codice

Visual Studio already had the ability to recognize and quickly navigate (with Ctrl LeftClick) to URLs embedded in the comments of the code. This is great, but what is really needed is a way of referring quickly and easily from one part of the code to another part of the code (or to architectural documents checked in with the code). That is exactly what the HyperAddin does: It makes creating and following hyper-links in your code trivial. Now you only have to explain something once in a comment and refer to it many times (got lots of overloaded methods? They should all refer to the 'master' that does the real work).

Con queste parole viene introdotto HyperAddin, un add-in per Visual Studio che permette di aggiungere funzionalità di navigazione ipertestuale tra i commenti del proprio codice. In poche parole, grazie ad esso è possibile inserire un link all'interno di un commento: facendo clic su di esso, la finestra dell'editor passerà automaticamente alla destinazione del link, ad esempio il commento ad un altro metodo. Il progetto è ospitato su CodePlex. L'add-in è compatibile sia con Visual Studio 2005 sia con la beta di VS 2008 e supporta lo stile dei commenti di C#, C++, JScript e VB .NET.

Technorati Tags: , ,

Print | posted on venerdì 7 settembre 2007 18:05 | Filed Under [ C# VB .NET Orcas & .NET 3.5 ]

Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET