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

前端 未结 9 1455
抹茶落季
抹茶落季 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:35

    In the VS2010 the following works:

    1. Go to: Tools > Options > Keyboard

    2. Search for "View.ToggleDesigner" in "Show Commands Containing".

    3. Add new shortcut to "Global" with F7.

提交回复
热议问题