Why was Introduce Variable position moved?
When i highlight text, i execute "Refactor This" when i want to move a inline member to a variable ingrained in my brain is:
- ctrl+shift+r
- up arrow
- enter
However between 9.1 and 9.1.1 this now does "Introduce Parameter"
Introducing a parameter is far less freqent then variable, it should be in the middle where it always use to be.
This might be a larger bug.
if (MyMethod(target))
The MyMethod(target) is what is highlighted, why is the #1 refactor this option "Extract Method" as opposed to "introduce variable"?
Attachment(s):
extract.png
Please sign in to leave a comment.
bump