简体   繁体   中英

Visual Studio: “Learn this keyboard shortcut” recommendation?

In Visual Studio, its quicker if you use keyboard shortcuts rather than the mouse.

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM