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
They're super useful on functions with lots of arguments, but get in the way in simple calls like this:
consty=data.filter(x=>x>0);
The predicate: in front of x makes it less readable, not more. Another reason is that sometimes I use a pretty narrow window, just wide enough to fit in 80 characters, and with hints enabled I need to scroll horizontally now.
So it would be nice to just have this "X-ray" that I can turn on only when I encounter a big function call, and can't quickly decipher what means what, and keep it off by default.
Is it possible? Something that doesn't require a server restart?
P.S. Thank you for implementing this!
The text was updated successfully, but these errors were encountered:
They're super useful on functions with lots of arguments, but get in the way in simple calls like this:
The
predicate:
in front ofx
makes it less readable, not more. Another reason is that sometimes I use a pretty narrow window, just wide enough to fit in 80 characters, and with hints enabled I need to scroll horizontally now.So it would be nice to just have this "X-ray" that I can turn on only when I encounter a big function call, and can't quickly decipher what means what, and keep it off by default.
Is it possible? Something that doesn't require a server restart?
P.S. Thank you for implementing this!
The text was updated successfully, but these errors were encountered: