visual studio - Add QuickInfo to custom objects in VS2013 -
visual studio - Add QuickInfo to custom objects in VS2013 -
i have been working in visual studio while , have come love intellisense. 1 thing has come mind every , 1 time again if possible add together in comments properties of custom objects can subs & functions.
for illustration object defined in application i'm working on:
<serializable> <xml.serialization.xmlroot("relobj")> public class relobj <xml.serialization.xmlelement> public property tablea string = "" <xml.serialization.xmlelement> public property tableb string = "" <xml.serialization.xmlelement> public property key1 string = "" <xml.serialization.xmlelement> public property key2 string = "" <xml.serialization.xmlelement> public property key3 string = "" end class
so i'm currious if there's way equivalent of typing '''
before sub/function , able define text appear in intellisense comment whenever utilize object type. way, if trying reference relobj have intellisense remind me tablea supposed equivalent name
property of tblobj holds relobj, while tableb table beingness related to.
if not, it's not haven't gotten without far, nifty , way avoid mistakes.
visual-studio intellisense
Comments
Post a Comment