Is there a way to insert a reference to a code element (i.e a method name, for example) into a comment block ? I am looking for something clickable within VS 2010 (to go from the comment to the referenced element - like the ctr+clik behavior).
Example : /// <summary>
/// ITERATES Over Filen开发者_运维知识库ames
/// </summary>
/// <see cref="inputbut_Click(object sender, EventArgs e)"/>
(Syntax may be wrong here, it is put just for illustration purpose)
精彩评论