T O P I C R E V I E W |
tom_seddon |
Posted - Nov 22 2009 : 1:06:17 PM If the cursor is on the first character of an identifier, one can't invoke the Refactor context menu using a shortcut key. For example, if | is the cursor position, one can't invoke the refactor menu here:
int |variable
But here, it works fine:
int v|ariable
This is annoying if one is going through a column of identifiers that are aligned, because after refactoring one the cursor is left on the first character and so one has to move down and right rather than just down.
To my mind, the logic that Ctrl+W uses is better.
Thanks,
--Tom |
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jan 31 2010 : 1:28:19 PM case=6820 is fixed in build 1810 |
feline |
Posted - Nov 23 2009 : 12:08:12 PM I am seeing the same effect here. Thank you for the clear description.
case=6820
For now you can access the refactoring commands via the IDE context menu (VS2003 and above) and the VA Shift + Right click menu, both with the caret at the start of the symbol. I know this is not the same, but hopefully it will help a bit. |
|
|