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?

Please sign in to leave a comment.
There is no way to disable it. Why would you want to do that?
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.
You can enable this option and press ( to accept the completion variant.
That feels a little more natural, thanks!