Visual Studio 2015 Javascript Outlining way too much -


visual studio 2015 seams outline multiline javascript code. have simple code this:

    $(document).ready(function ()     {         var x = {             test1: 1,             test2: 2         };          if (1 == 1)         {             // test         }      }); 

visual studio 2015 outlines when press ctrl+k, ctrl+o: enter image description here possible turn off outlining inside functions? want outlining @ function level.

no cant there excellent web essentials outline regions in javascript!

you create region after comment //#region & end //#endregion

so forget using keyboard shortcuts , manage manually mouse, bit more work can have 'working' regions of code open , huge chunks closed , allows me swap working , non working regions.

edit

web essentials has changed lot, don't use anymore. use advanced javascript outlining job nicely.

edit vs2017 ok above don't work vs2017 use mads kristensen's javascript regions


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -