Display possible chord continuations in Visual Studio
问题 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