Reporter | Steven Coco (steevcoco) |
---|---|
Created | Apr 25, 2018 11:53:58 PM |
Updated | Apr 25, 2018 11:53:58 PM |
Subsystem | No Subsystem |
Assignee | Unassigned |
Priority | Normal |
State | Submitted |
Type | Unspecified |
Fix version | No Fix versions |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
I have the same problem as seems to be: #RSRP-460542 ...
ALL methods of invoking Peek Definition do nothing FOR LIBRARY TYPES. [If the class is in a solution project, then the popup will open.] Suspending R# makes it work as expected.
E.G.:
public static readonly DependencyProperty ColumnGeneratorOwnerProperty
= DependencyProperty.RegisterAttached(
"ColumnGeneratorOwner",
typeof(HeadDataGrid),
typeof(HeadDataGrid));
Right-click on RegisterAttached
, and select Peek Definition
, and nothing happens. (VS on the other hand, will show the documentation and the other signatures etc.)
Happens in all projects and solutions. I am on R# Ultimate 2018.1 and VS Enterprise 2017 15.6.6