Visual Studio hotkey to switch between code behind and source file?

前端 未结 9 1456
抹茶落季
抹茶落季 2020-12-04 10:56

I use the Shift + F7 often to switch between source and design view.

Does anyone know of a hotkey to switch between the source file

9条回答
  •  失恋的感觉
    2020-12-04 11:34

    In VS 2013 it is

    1. Tools > Options > Environment > Keyboard

    2. Type "View.Toggle" or "View.ToggleDesigner" (the command could be either depending on the version of VS) in Show Commands Containing:

    3. Make Sure Use new shortcut in: is set to Global

    4. Put cursor in Press shortcut keys: box

    5. Hit F7 then the Assign button

提交回复
热议问题