VWD 2013 - Outlining JavaScript object literals

111 Views Asked by At

I am making a website in Visual Studio Web Developer Express 2013, and I have a JavaScript object literal. It looks something like this:

var myObj = {
  a: function(x) {...},
  b: function(x) {...},
  c: function(x) {...},
}

Visual Studio's outliner allows me to collapse the functions (a, b, and c), but it does not let me collapse the object literal itself (myObj). This is rather annoying because I have a much larger object literal and I would like to collapse it. Is there any solution for VWD 2013 that works for the express version?

1

There are 1 best solutions below

1
On

This VS 2010/2013 extension solves the issue.