Display possible chord continuations in Visual Studio

吃可爱长大的小学妹 提交于 2019-12-04 10:31:15

问题


Visual Studio (with or even without plug-ins) has many chord keys. By "chord" I mean a several consecutive presses, like

  • Format Document Ctrl+D, F

  • Extract Method (resharper) Ctrl+R, Ctrl+M

When I press the first combination, the status bar says:

(Ctrk+K) was pressed. Waiting for second key of a chord...

I remember that Eclipse would display a popup listing all possible continuations when I press the first key of a chord.

Is it possible to achieve this in Visual Studio too? A plug-in perhaps? There's quite a lot of chords and I'd love to see a quick list with i.e. refactoring continuations after I press ReSharper's Ctrl+R, etc.


回答1:


I just found IntelliCommand extension, which seems to do exactly what you asked for. You can find more info in this blogpost:

Also it shows the list of possible combination when you press first combination of chord shortcut keys, like Ctrl+K, Ctrl+C



来源:https://stackoverflow.com/questions/10162282/display-possible-chord-continuations-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!