Sergey Ext
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Parentheses auto completion on function calls
AnsweredConsider the following code: void incrediblyLongNamedFunction() {/*...*/}int main(){ incre/*Ctrl+Space*/ return 0;} As far as I remember, in pre-2020.1 versions auto-completion added parenthese...