Visual Studio - Command to collapse all sections of markup/tags?

后端 未结 4 1079
挽巷
挽巷 2020-12-31 00:36

I use CTRL + M + O to collapse my code behind code, but I\'m looking for a similar command to use in my markup page to collapse all my tags/views/divs/panels etc. Any idea

相关标签:
4条回答
  • 2020-12-31 00:47

    Visual Studio 2008 keyboard shortcuts.

    CTRL + M , CTRL + T might be the one you're looking for.

    0 讨论(0)
  • 2020-12-31 00:59

    CTRL + M + A worked for me in Visual Studio 2010

    0 讨论(0)
  • 2020-12-31 01:01

    I figured out that if I Select-All, and then use CTRL-M, CTRL-M that I achieve the desired results...

    0 讨论(0)
  • 2020-12-31 01:05

    "CTRL + M + A" For Collapse All Open Html Content ,Vice Versa use "CTRL + M + X" To Open All Collapsed All Html Content -- Thats work fine for me VS2012

    0 讨论(0)
提交回复
热议问题