Visual Studio 2015 - CodeLens toggle on/off with keyboard shortcut
问题 I would like to have a quick keyboard shortcut to turn on/off this feature. The feature is useful, but sometimes I want to look only at code and this feature distorts the code visual appearance. I have bound EditorContextMenus.CodeLens.CodeLensOptions to a keyboard shortcut, but this is too slow because the Options menu takes too long to open. I would really like to have shortcut that toggles this feature on and off. How can I do this? Did I miss some option in Environment->Keyboard or is