你最喜欢的Visual Studio快捷键是什么?我总是把我的手放在键盘上,远离鼠标!
请回答一个问题。
你最喜欢的Visual Studio快捷键是什么?我总是把我的手放在键盘上,远离鼠标!
请回答一个问题。
当前回答
我一直在用的是:
ctrl+]匹配括号 ctrl+shift+]选择到大括号的末尾 ctrl + shift + q Untabify Ctrl +k, Ctrl +c注释掉当前选中的块 Ctrl +k, Ctrl +u取消当前所选块的注释 Alt +鼠标垂直移动选择 ctrl + alt + x的工具箱 ctrl + shift + b
其他回答
格式的文档
Ctrl+K, Ctrl+D
On an aspx page, this takes care of properly indenting all of your markup and ensures that everything is XHTML compliant (adds quotes to attributes, corrects capitalization, closes self-closing tags). I find that this makes it much easier to find mismatched tags and to make sure that my markup makes sense. If you don't like how it's indenting, you can control which tags go on their own line and how much space they get around them under Tools/Options/Text Editor/HTML/Format/Tag Specific Options. In your C# or VB code, this will correct any capitalization or formatting issues that didn't get caught automatically. For CSS files, you can choose compact (one definition per line), semi-expanded, or expanded (each rule on its own line); and you can choose how it handles capitalization.
F7从设计视图切换到代码视图。
Ctrl+Shift+空格显示您正在键入参数的当前函数的语法/重载。
我映射了所有的展开/折叠命令,这样它们就可以与左手一起使用,而且只有这样我的右手才会停留在鼠标上。 Ctrl + E, Ctrl + E切换展开,Ctrl + E, Ctrl + D折叠所有定义,Ctrl + E, Ctrl + A切换所有大纲。
“道具”和点击标签..为你划出财产存根…