atom-fold-functions icon indicating copy to clipboard operation
atom-fold-functions copied to clipboard

Doesn't fold JavaScript arrow functions

Open michaloslav opened this issue 6 years ago • 0 comments

It's pretty straight forward, this gets folded: function myFunc(x){...} this doesn't: myFunc = x => {...}

michaloslav avatar May 08 '19 09:05 michaloslav