/*** windows shorcuts ***/
ctrl+ shift + esc 任务管理器
alt + space + n / win + 方向键下 最小化当前窗口
win + d 返回桌面
win + e 资源管理器
win + r 运行
win + break 系统属性
/*** vs shorcuts ***/
F2 Edit.NextBookmark
shift + F2 Edit.PreviousBookmark
ctrl + F2 Edit.ToggleBookmark
ctrl + shift + F2 Edit.ClearBookmarks
F3 Edit.FindNext
shift + F3 Edit.FindPrevious
ctrl + F3 Edit.FindNextSelected
ctrl + shift + F3 Edit.FindPreviousSelected
ctrl + / Edit.CommentSelection
ctrl + shift + / Edit.UnCommentSelection
ctrl + d Edit.LineDelete
ctrl + c copy line if no selection
ctrl + u Edit.MakeLowerCase
ctrl + shift + u Edit.MakeUpperCase
ctrl + w Window.CloseDocumentWindow [remove Edit.selectcurrentword shortcut]
Ctrl + tab Window.NextDocumentWindowNav
ctrl + ] Edit.GotoBrace
ctrl + shift + ] Edit.GotoBraceExtend
ctrl + - View.NavigateBackward
ctrl + shift + - View.NavigateForward
shift + alt + enter View.FullScreen
ctrl + r, ctrl + w Tab用点点显示
options -> Text Editor -> All languages -> Tabs -> 勾选insert spaces & tab size = 4
/*** vassistx shorcuts ***/
alt + g 函数定义和声明的跳转
alt + m 列出当前文件所有的函数
alt + shift + o 查找文件
alt + shift + s 查找符号
alt + shift + f 查找选定的内容