Autocomplete functions with braces
When autocompleting a parameter less function like say: getdate, include also the braces () and put the caret after the closing brace so you can continue typing without having to type the braces youself
When autocompleting a function with parameters, also automatically put the braces, but place the caret in between the braces (<caret here>) so you can directly start typing the parameter.
16
votes
wootton
shared this idea
-
Anonymous commented
We need a way to disable this "feature"...some of us prefer to type the close paren.