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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -