How to do region collapse for JS in Visual Studio 2012/2013

后端 未结 5 615
孤街浪徒
孤街浪徒 2021-02-05 06:29

Region code collapse for JS in Visual Studio 2012 and 2013 ?

#region AutoComplete JS
$(\"#<%=txtBirim.ClientID %>\").autocomplete({
   source: function (re         


        
5条回答
  •  死守一世寂寞
    2021-02-05 07:19

    Visual Studio: Just select the code area you want to collapse then right click on the mouse, click on Outlining then click on Hide Selection. You will get the collapse (+) sign on the left vertical bar. The Shortcut Key is Ctrl+M then Ctrl+H after selection.

提交回复
热议问题