c# Intellisense VS2013 tooltip doesn't show XML comments (i try all) -
i read questions intellisense problems intellisense doesn't work.
- visual studio ultimate 2013
- i don't use extension resharper, ghostdoc , on
all xml documentation files custom , not custom classes inside starter project's /bin folder . (build -> generate xml doc on)
- i have all documentations browsable via object browsers
- intellisense doesn't show tooltip information .net classes/ef/identity
- intellisense shows tooltip information summary custom classes doesn't show parameters / returns etc.. tools -> options -> text editor -> c# -> params info , auto list members checked
so, don't know mistake :/ if know appreciate much. time
i noticed same today, believe parameters description should apear when start typing parameters (when open first bracket, not when start typing method name). example: type "checktipologia(" - parameter should visible in intellisense. btw: practice name methods pascalcase. checktipologia instead of checktipologia.
Comments
Post a Comment