visual studio 2012 - VB.NET VS2012 does not autocomplete "Public Property" -
i remember earlier version of vs autocompleted rest of property function when typed
"public property imagesimported() boolean" the ide automatically added setter , getter.
however, vs2012 not. when press enter @ end of line, nothing happens. have type getters , setter myself.
did wrong? thank you!
this intentional design change. seeing here auto-implemented property. functional property complete backing field. vb.net ide prefers form because it's complete , more succinct
if want code spit full properties need drop down next line, type get followed enter
Comments
Post a Comment