
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
This is quite common when writing tests... one test makes a good template for another.
Currently, I use ExpandSelection to select the whole method (and attributes), then use DuplicateSelection. This however doesn't create a space between my methods. So here's my thinking.
- Detect when user is duplicating method and add space, or
- DuplicateSelection behaves differently when a method is selected, or
- Have a new shortcut for this
I know I could just reformat the code afterwards, but I like to keep it clean as I go and R# is usually quite good at that.
|
|
Description
|
This is quite common when writing tests... one test makes a good template for another.
Currently, I use ExpandSelection to select the whole method (and attributes), then use DuplicateSelection. This however doesn't create a space between my methods. So here's my thinking.
- Detect when user is duplicating method and add space, or
- DuplicateSelection behaves differently when a method is selected, or
- Have a new shortcut for this
I know I could just reformat the code afterwards, but I like to keep it clean as I go and R# is usually quite good at that. |
Show » |
| There are no comments yet on this issue.
|
|