简体   繁体   English

Visual Studio:“学习此键盘快捷键”建议吗?

[英]Visual Studio: “Learn this keyboard shortcut” recommendation?

In Visual Studio, its quicker if you use keyboard shortcuts rather than the mouse. 在Visual Studio中,如果使用键盘快捷键而不是鼠标,则速度更快。

However, I'm not sure which keyboard shortcuts to learn! 但是,我不确定要学习哪个键盘快捷键!

Is there some way to track the most common mouse actions I've used today, so I can learn the keyboard shortcut? 有什么方法可以跟踪我今天使用的最常见的鼠标操作,以便我可以学习键盘快捷键?

This extension may help, as you carry out actions it highlights the shortcut you could have used: 此扩展可能会有所帮助,在您执行操作时会突出显示您可能使用的快捷方式:

https://marketplace.visualstudio.com/items?itemName=MadsKristensen.LearntheShortcut https://marketplace.visualstudio.com/items?itemName=MadsKristensen。了解捷径

This worked well for me. 这对我来说很好。

Install "Learn the Shortcut": 安装“了解快捷方式”:

在此处输入图片说明

Then, you can track all of your keypresses over time by looking at the log: 然后,您可以通过查看日志来跟踪一段时间内的所有按键操作:

在此处输入图片说明

It would be relatively trivial to analyze this log to see which keypresses are the most common, some custom SQL should do the trick. 分析此日志以查看最常见的按键是相对琐碎的,某些自定义SQL应该可以解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Visual Studio 2015中的键盘快捷键 - Keyboard shortcut in visual studio 2015 visual studio键盘快捷键,用于错误描述 - visual studio keyboard shortcut for error description Visual Studio 2015中Visual c#块注释的键盘快捷键? - Keyboard shortcut for Visual c# block comment in Visual Studio 2015? Visual Studio是否有键盘快捷键可以为新对象调用类构造函数? - Is there a keyboard shortcut for Visual Studio to invoke the class constructor for a new object? 在Visual Studio中用什么键盘快捷方式来组织C#使用? - What keyboard shortcut is there to organize C# usings in Visual Studio? 是否有Visual Studio键盘快捷键可以跳到行尾并添加分号? - Is there a Visual Studio keyboard shortcut that jumps to the end of a line and adds a semicolon? 在 Visual Studio 2019 中添加带有 css 类的 div 的键盘快捷键 - Keyboard shortcut to add a div with a css class in Visual Studio 2019 用于将光标移动到Visual Studio中的最后编辑位置的键盘快捷方式 - Keyboard shortcut to move cursor to last edit position in Visual Studio 用于获取参数信息/定义的 Visual Studio 键盘快捷方式 - Visual Studio keyboard shortcut to get parameter info/definition 扩展Visual Studio 2010-使用键盘快捷键替换编辑器中的文本 - Extending Visual Studio 2010 - Replace text in editor with keyboard shortcut
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM