开发者

Visual Studio Comment Block : Link to internal code

开发者 https://www.devze.com 2023-04-04 11:15 出处:网络
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 refere

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)

0

精彩评论

暂无评论...
验证码 换一张
取 消