History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17536
Type: New Feature New Feature
Status: Open Open
Assignee: Dmitry Jemerov
Reporter: Igor Karpov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Better Rename Argument (in setters)

Created: 26 Mar 08 17:54   Updated: 26 Mar 08 20:57
Component/s: Refactoring

Build: 7,757


 Description  « Hide
For a code

int some;

public int getSome () { return some; }

public void setSome (final int xxx) { this.some = xxx; }

if someone wants to rename parameter xxx to 'some' with Shift+F6, IDEA does not suggest an option 'some'. - actually, it suggest only 'i'
However, if cursor is moved to beginning of 'xxx' and Ctrl+Space is pressed, there will be option 'some'.
It would be nice if IDEA suggested 'some' in the list of options for Shift+F6



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.