One note - //#region's in .aspx js blocks are not initially outlined when opening a file. Once the file is modified (a space anywhere will do it) the region outlining kicks in. ??
Very useful. Being able to set collapse to definitions when opening a JS file means I don't have to search for another extension that does this. Thanks. --Mike
At this moment there is no support for LESS, and I don't have much free time now. Maybe I'll do it later.
For now you can find another extension that works with LESS, like Web Essentials or LessExtension. Or you can ask the developers of Webscape to make outlining. The made fully-featured editors, why there's no outlining?
Syntax highlight doesn't seem to work for .js files
I get everything black, except string literals which are blue
Functions are folding OK
region does not fold.
I have disabled all other extensions
This is strange because JSE should not affect highlighting. Do you have this issue on all js files or just some of them? If you disable JSE, does it get fixed?
Hi,
This is a great extension I should first say. Was just curious that since Web Essentials extensions has also come out with what looks like similar features (plus other stuff) can you comment on whether you think there is a bit of overlap between the two (maybe you two could somehow collaborate together to use the best of both?)
Thanks!
Hey! You've done a great work indeed!
One issue to improve:
I checked the Collapse to definitions option.
When the js is wrapped in IIFE, inner methods are not collapsed. F.x. one() is not collapsed, but the top level anonymous fx is.
(function($){
function one(){
....
}
})(jQuery)
Thanks for the extension I think it is a big help in organizing JavaScript files. When I installed the extension yesterday expanding/collapsing of functions and regions worked fine. For some reason though the expand/collapse node for region is only showing up after a file has been edited. This problem doesn't happen with functions.
Hi
I suppose it'a conflict with another extension. Do you have any other extensions installed, especially those with similar functionality? Does this issue appear if you disable all other extensions?
I don't have any other extensions installed. What's happening is that a few seconds after I put a line break after the start of //#region the expand/collapse node shows up. I thought that TFS might somehow be having an impact on this so I started a new website not under source control and found that the same thing is happening.