How to get Visual Studio to use selected text in a comment for goto definition -
in visual studio, can select variable or type , use goto definition or declaration function definition or declaration. if variable or type in comment, visual studio can't find definition. ex: /* variable /. if select 'variable', appears visual studio searches "/ variable */" instead of "variable", , can't find it. there way adjust text used search selected text? work around paste text area outside of comment, , 'goto definition' there, seems should not necessary.
Comments
Post a Comment