visual studio 2012 - IntelliSense incomplete in some cases -


there may other cases, first 1 i've seen.

system.resources.resourcemanager missing part of intellisense. example, getstring missing. typing getstring( won't give intellisense. hovering on shows information.

resourcemanager member list getstring hover

things i've tried:

  • restart visual studio
  • reset environment settings
  • delete content of %appdata%\roaming\microsoft\visualstudio\11.0\reflectedschemas
  • execute devenv /resetuserdata

is there else can try?

this not bug , intellisense displays requested.

you need create instance of resourcemanager methods getstring or getobject, cause these instance methods.

currently access class resourcemanager , therefore intellisense lists static members.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -