Reporter | Lilia Shamsutdinova (Lilia.Shamsutdinova) |
---|---|
Created | Apr 17, 2018 5:45:10 PM |
Updated | Apr 17, 2018 5:45:10 PM |
Subsystem | Refactorings |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Normal |
State | Submitted |
Type | Feature |
Fix version | Backlog |
Affected versions | 2018.2 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
JetBrains ReSharper Ultimate 182.0.20180416.132916-eap00d.
- Invoke Refactor This -> Replace Constructor With Factory Method.
- Start typing some valid namespace name in "In class:" textbox.
Actual result:
Autosuggest compares typing only with class names so if valid namespace is typed (which does not match any class name) then nothing will be suggested.
Expected result:
Similar to "Extract Members To Partial" dialog. Typing is compared to namespace and class name.