What is the command for block select in Visual Studio 2008

无人久伴 提交于 2019-12-04 02:52:01
adrianbanks

The Alt + Shift + arrow key combination still works in VS2008 (at least it does in my default key mappings). It is possible that your key mappings are not set correctly to what you expect to work.

To manually set the key mappings, you need to look at Edit.LineUpExtendColumn, Edit.LineDownExtendColumn, Edit.CharLeftExtendColumn and Edit.CharRightExtendColumn in the keyboard settings and reassign them.

RonnBlack

Right after I submitted this I was looking through the keyboard shortcuts and found the commands Adrian mentioned. By looking at how these are mapped and playing around a bit more I figured out how it is setup in the default profile for Team Suite.

To start a block select you press Alt + Shift + Home or Alt + Shift + End. This highlights to the end of the line or the start of the line depending on what you pressed.

Thereafter Shift + arrow and Ctrl + Shift + arrow, can be used to expand the region as desired.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!