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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -