Reporter | David Razzetti (David_Razzetti) |
---|---|
Created | Apr 23, 2018 11:53:26 AM |
Updated | Apr 23, 2018 12:03:35 PM |
Subsystem | Navigation - Contextual |
Assignee | Alexander Ulitin (alexander.ulitin) |
Priority | Critical |
State | Submitted |
Type | Bug |
Fix version | No Fix versions |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
Given an interface and one or more implementations of the interface...
In R# 2017 if I click on the keyword 'interface' within the interface definition source file, a navigation link (orange down-arrow, green square containing 'I') appears in the left hand gutter of the editor and I can use it to move to one of the implementations. This link is no longer shown in R# 2018.1.
To reproduce:
Create a .NET Framework class library. Add an interface to the library. Add a single method to the interface. Implement the interface in a class. Implement the interface method in the class. Use the navigation link (orange up-arrow, green square containing 'I') to navigate to the interface definition. Click on the 'interface' key-word. No navigation link is displayed.