Reporter | Brian Scott (brhinescot) |
---|---|
Created | Apr 16, 2009 10:47:43 PM |
Updated | Apr 26, 2018 3:56:35 PM |
Subsystem | Quick Fixes - Create From Usage |
Assignee | Alisa Afonina (alisa.afonina) |
Priority | Major |
State | Open |
Type | Feature |
Fix version | Backlog |
Affected versions | 2018.1 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
I usually create new methods by first typing the usage, including parameters, and using ReSharper to stub out the method. It would be a lot more productive if I could get the pop-up after typing the closing parenthesis of the method signature. As of now, I always have to backtrack the cursor to or mouse click on the method name to get the pop-up.
Cursor has to be somewhere like this:
string result = GetR|esult(days, user, etc)
--------------------------^
Would be nice if the pop-up was available here:
string result = GetResult(days, user, etc)|
-------------------------------------------------------^
Cursor has to be somewhere like this:
string result = GetR|esult(days, user, etc)
--------------------------^
Would be nice if the pop-up was available here:
string result = GetResult(days, user, etc)|
-------------------------------------------------------^