3
lorentz
8d

In Visual Studio you can bind a shortcut to "global member search" which is a fuzzy search popup among every member of every type in the solution, and with the VSCode keybind set it's C-S-O by default. They know exactly what enterprise developers need.

Comments
  • 2
    In the past year I haven't bothered to learn where exactly within the business logic layer

    public static TProperties TemporaryTPropertyHacker(TProperties tprops, ApplicationViewModel ctx)

    is defined, and now I'll never have to.
  • 0
    I already find 2 phase hotkeys quite weird.
    3 phase hotkeys are just ridiculous.
  • 0
    @Lensflare Ctrl+Shift+O
  • 0
    @lorentz oh, I thought you mean those which have to be entered in a sequence like this:

    Ctrl+C
    Ctrl+S
    Ctrl+O
Add Comment