c# - Adding Tooltip for Variable in IDE -
this question has answer here:
is there syntax in visual studio 2008 that, in c# development, if 1 of colleagues hovers on variable, tooltip brings more information, comments? displays it's local int, , while running displays value, wondering if there way make display personal description. sorry newbie question, research kept bringing different things looking for.
this has duplicate question, answer here
as stated earlier 1 should use appropriate naming, , avoid using hungarian notation.
Comments
Post a Comment