Region code collapse for JS in Visual Studio 2012 and 2013 ?
#region AutoComplete JS $(\"#<%=txtBirim.ClientID %>\").autocomplete({ source: function (re
It worked for me after installing the Visual Studio Advanced Javascript Outlining extension.
You can find the extension here
After installing the extension just restart your Visual Studio and you can use it like this
//#region MyRegion Code Here //#endregion