Hi
We seem to have lost outlining in the text editor in the last two dev builds. I have been through all the editor settings and cannot find how to get it back.
Our application is express with angular.js, none of our .js files have outlining any more.
I have also tried a brand new express project and we do not have any outlining. Brace matching is also lost.
Kind Regards
Kevin Fairclough
Comments: This is the consequence of replacing the standard JavaScript language service (which didn't scale to typical Node project) with our own homegrown one. While completion scales much better now, we have to recreate all the JSLS editing features to get parity. Outlining and brace matching are two of those.
We seem to have lost outlining in the text editor in the last two dev builds. I have been through all the editor settings and cannot find how to get it back.
Our application is express with angular.js, none of our .js files have outlining any more.
I have also tried a brand new express project and we do not have any outlining. Brace matching is also lost.
Kind Regards
Kevin Fairclough
Comments: This is the consequence of replacing the standard JavaScript language service (which didn't scale to typical Node project) with our own homegrown one. While completion scales much better now, we have to recreate all the JSLS editing features to get parity. Outlining and brace matching are two of those.