你最喜欢的Visual Studio快捷键是什么?我总是把我的手放在键盘上,远离鼠标!
请回答一个问题。
你最喜欢的Visual Studio快捷键是什么?我总是把我的手放在键盘上,远离鼠标!
请回答一个问题。
当前回答
还没看过这个…
Ctrl + Up
Ctrl + Down
在不移动光标的情况下滚动窗口。
其他回答
我有两个我经常使用的,第一个是标准的,第二个你必须映射:
Ctrl+A, Ctrl+E, F(全选,格式选择)
Ctrl+E, R(删除不使用的使用和排序)
这两种方法都有助于尽早和经常地偿还“债务”
Ctrl+-和Ctrl+Shift+-
Alt + D, P 将调试器附加到应用程序。 (任何你想要调试的应用程序的首字母,大多数时候都适用)
Ctrl + Shift + F
Ctrl+I(增量搜索)
Ctrl+-和Ctrl+Shift+-。但如果你是一个键盘爱好者,那就选择Resharper吧
格式的文档
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.
简单的一个。F8:转到下一次构建错误。 发现现在它将在任何类型的列表窗口(通常聚集在底部的那些)中工作。