Resharper hiding documentation -


resharper has "feature" seems hide parameter information, xml based documentation, , useful in intellisense. wish disable "feature". note: have seen resharper not disable parameter information before, know it's possible, somehow.

here's visual studio's parameter information looks resharper disabled:

enter image description here

and resharper's information looks like:

enter image description here

as can seen, resharper's "feature" here beyond useless. have tried resolve following all steps in question , given question asked on 3 years ago, question not duplicate. after on 3 years hoping had been fixed, because must bug, there's no sane reason exist.

how parameter information back?

it a known issue if xml doc file library has "redirect" attribute tag e.g.

<?xml version="1.0" encoding="utf-8"?> <doc redirect="%programfilesdir%reference assemblies\microsoft\framework\.netframework\v4.x\mscorlib.xml" /> 

the issue has been fixed in r# 2017.2 eap builds


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -