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

后端 未结 5 616
孤街浪徒
孤街浪徒 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:29

    1. select the javascript code you want to hide 2.Press (

    a.Ctrl+M

    then

    b.Ctrl+H ) then you can can name you region

提交回复
热议问题