Reporter | Lilia Shamsutdinova (Lilia.Shamsutdinova) |
---|---|
Created | Apr 17, 2018 4:56:34 PM |
Updated | Apr 17, 2018 4:56:34 PM |
Subsystem | Refactorings |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Show-stopper |
State | Submitted |
Type | Bug |
Fix version | 2018.1.1 |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
JetBrains ReSharper Ultimate 2018.1 Release.
Test solution is attached. Gif with steps is attached.
- Invoke Refactor This -> Extract Members To Partial on
MyString
ExtractMembersToPartial2.cs
. - Select "Select existing part" radio button.
- Select "Class1.cs" in dropdown and click Navigate.
Actual result:ExtractMembersToPartial_New.cs
(first option in "Select existing part" dropdown) is opened and focused in editor.
Expected result:Class1.cs
is opened and focused in editor.
NOTE:
If some members to move are selected and Next button is clicked then members are moved to ExtractMembersToPartial_New.cs
(first option in "Select existing part" dropdown) instead of Class1.cs
(selected option).