atom-fold-functions
atom-fold-functions copied to clipboard
Doesn't fold JavaScript arrow functions
It's pretty straight forward, this gets folded:
function myFunc(x){...}
this doesn't:
myFunc = x => {...}