您的位置:首页 > 其它

Visual Studio 2008 常用快捷键

2013-07-23 10:38 531 查看
转自:http://stefanoricciardi.com/2009/06/10/most-useful-visual-studio-2008-keyboard-shortcuts/

Ctrol + F2:
设置/取消 书签


CTRL + K, CComment selection
CTRL + K, UUncomment selection
CTRL + K, DFormat document (according to the rules you have specified in Tools-Options->…)
CTRL + K, FFormat selection (according to the rules you have specified in Tools-Options->…)
CTRL + IIncremental search (Emacs-like search)
CTRL + TABCycle through the IDE windows

在VS2008打开的所有文件中切换
F12Go to definition of symbol (class / interface / etc…)

找到变量或函数定义的地方
SHIFT + F12Find all references to this symbol (class / interface / etc…)

找到变量或函数定义的地方
TABInsert the corresponding snippet
CTRL + ]Move to the matching brace (for some reason this does not work when I use an Italian mapping for the keyboard)

找 "{" 对应的 "}"
CTRL + -Move back to previous editing point(s).后退

CTRL + Shift + - 能做到前进吗?
F6Build solution
SHIFT + F6Build project
F5Start debugger / Go to next breakpoint
SHIFT + F5Quit debugger
F10Debugger step over
F11Debugger step in
SHIFT + F11Debugger step out
CTRL + F10Run to cursor
F9Toggle breakpoint

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: