I was absolutely loving the Alt+Up Arrow in VS 2010 Pro Power tools. http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef/view/Discussions/all
Right now I can't get it to work and I'm not sure ho开发者_运维百科w to map it back myself. It could even be that ReSharper is getting involved.
If you can help me, I love you. I am a broken man without Move Line Up/Down
Few things to verify:
- Pro power tools is not Disabled.
- There is an issue with Non-english Version of Visual Studio. Are you using a non-English version of VS.
- Tools->Options->Environment->Keyboard
Edit.MoveLineUp
andEdit.MoveLineDown
are they mapped to Alt+up/Alt+down arrows?
If all these are correct and still you don't get it working, please post your question in here: http://visualstudiogallery.msdn.microsoft.com/814eb3c4-7d5e-4217-9711-e20117b20649/
I fixed the same problem:
- Tools->Options->Environment->Keyboard
- find Edit.MoveLineUp and Edit.MoveLineDown
- change the default key combination to Alt+UpArrow and Alt+DownArrow, apply them
Before vs2013, need to install an extension called moveline
to make the key alt + up
and alt + down
work.
精彩评论