You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which took me a second to realize there are actually two function invokes on the 2nd line. One is splice; the other is generate. It would be much easier to read if we can have all function invokes highlighted.
The text was updated successfully, but these errors were encountered:
CoffeeScript makes it easy to chain function invokes by using spaces instead of parentheses. However it sometimes produces code like
which took me a second to realize there are actually two function invokes on the 2nd line. One is
splice
; the other isgenerate
. It would be much easier to read if we can have all function invokes highlighted.The text was updated successfully, but these errors were encountered: