Disable opening parenthesis on autocomplete?

Answered

Sorry if this has been asked before, I could not find an answer as all the other questions pertained to the closing parenthesis.

I want to disable the opening parenthesis on autocomplete when selecting a method. Is there any way to do this?

 

0
4 comments

There is no way to disable it. Why would you want to do that?

1
Avatar
Permanently deleted user

Ok, I see. I would prefer it because I'm very used to typing in my own parentheses on my main text editor. It's just a reflex action, so I end up with someClass.someMethod(()

I'll just get used to it I suppose.

0

You can enable this option and press ( to accept the completion variant.

1
Avatar
Permanently deleted user

That feels a little more natural, thanks!

0

Please sign in to leave a comment.