How to remove parentheses from autocompleted function names in PyCharm JS files?

Autocompleting function names automatically inserts parentheses after every single function name. It's really annoying when I want to pass a function as argument to something. Is there a way to disable it?

0
1 comment

 

In most cases it's not possible to determine if you need a function call or reference; but, as in 90% cases it should be a call, PyCharm auto-inserts '()'. A reference is inserted in some special cases only (see https://youtrack.jetbrains.com/issue/WEB-12987#comment=27-807947, for example).

 

there are no options that control this; please feel free to vote for https://youtrack.jetbrains.com/issue/WEB-28757

0

Please sign in to leave a comment.