c# - Visual Studio not showing IntelliSense descriptions anymore -


since month ago, vs doesn't seem want display summary info in tooltips system methods or classes when hover them mouse.

i had resharper installed , started noticing problem. assumed resharper disabled default method descriptions, wasn't thinking further it, considering mere annoyance.

after removing resharper though, problem persisted.

vs shows descriptions own methods i've added <summary> tag , descriptions nuget packages, not system methods where, encoding.getstring, etc.

enter image description here

i've tried repairing vs, resetting settings, un-/checking checkboxes in options > text editor > general, no avail.

has had similar problem?

this looks more framework issue rather vs/r# issue. if neither 1 of them can load description strings, means description xml files missing.

check if see xml files in:

c:\program files (x86)\reference assemblies\microsoft\framework\.netframework\v4.5.2

if don't, reinstall framework fix issue.

link .net framework 4.5.2 developer pack: https://www.microsoft.com/en-us/download/details.aspx?id=42637


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -