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.
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
Post a Comment