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) bin xml files

  • i have all documentations browsable via object browsers
  • intellisense doesn't show tooltip information .net classes/ef/identity enter image description here
  • intellisense shows tooltip information summary custom classes doesn't show parameters / returns etc.. enter image description here 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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -