Reporter | Igal Tabachnik (hmemcpy) |
---|---|
Created | Jul 24, 2013 5:53:14 PM |
Updated | Apr 26, 2018 6:48:25 PM |
Resolved | Apr 26, 2018 6:48:25 PM |
Subsystem | UI |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Normal |
State | Fixed |
Type | Bug |
Fix version | Unidentified prior version |
Affected versions | 8.0 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
Suppose I want to move a static method to another type. I invoke 'Move to another Type' on the method, and the Move dialog is open.
I want to move it into a type called ProjectHelper, but I simply type ProjH. The suggested type appears, but when I press enter, the dialog will instead create a **new** class ProjH, and move my method into it!
Expected: ProjectHelper type to be selected upon pressing Enter
Actual: whatever text is entered, ReSharper will move the method into it
I want to move it into a type called ProjectHelper, but I simply type ProjH. The suggested type appears, but when I press enter, the dialog will instead create a **new** class ProjH, and move my method into it!
Expected: ProjectHelper type to be selected upon pressing Enter
Actual: whatever text is entered, ReSharper will move the method into it