Skip to content

Instantly share code, notes, and snippets.

@de1o
Last active December 14, 2015 08:19
Show Gist options
  • Save de1o/5056792 to your computer and use it in GitHub Desktop.
Save de1o/5056792 to your computer and use it in GitHub Desktop.
some useful shortcuts in VS2010.
  • Ctrl Alt L 显示解决方案视图(物理文件)
  • Ctrl Backspace 删除到词头(类似Bash里的Ctrl W
  • Ctrl W 是选择当前词,当然然后可以直接修改
  • Alt M 类似Sublime Text 2 里的Ctrl P,跳跃到输入的方法处(限本文档
  • Ctrl K Ctrl K 标记书签
  • F2 跳转到下一处书签 Shift F2 跳转到上一处书签
  • Ctrl K Ctrl L 清除所有书签
  • Shift Del 删除整行
  • Ctrl J 列出类,结构成员
  • shift+alt+mouse 选择一个矩形区域进行列编辑。
  • ctrl+, 导航,可以查找整个solution中的变量/方法等。
  • ctrl m, ctrl m 展开当前代码段
  • Ctrl Shift V 或在views菜单中开启定义显示窗口,方便对照
  • http://ganquan.info/standard-c/ mark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment