What is the point in auto pairs for a function's brackets ()
?
#4051
-
If I am creating a function I get I can see it is great for things like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Many functions have arguments. For functions that don't, most keyboard layouts have |
Beta Was this translation helpful? Give feedback.
Many functions have arguments.
For functions that don't, most keyboard layouts have
)
right next to(
, so I think for most people just typing()
is a quick roll of two fingers. In fact, I'd think that doing(<tab>
would be way more awkward.