Javascript parenthesis insertion after completion, and number of suggestions
When I begin to type an existing function name, I get the following:

After pressing tab or enter to complete the function name, parentheses are automatically inserted:

1. I don't want them to be inserted - how do I turn this off? I already have the "Automatically insert parentheses after completion" setting turned off, but this is only applying to C#, not Javascript
2. How to reduce the crazy amount of suggestions in the list? I have tried the "Only type-based completion" setting for Javascript code completion, but this has not helped
Many thanks
Please sign in to leave a comment.
Hi, Smimon.
Thanks for providing us with a description of your issue.
Unfortunately, Rider supports the "Automatically insert parentheses after completion" action only for .NET code, but you can vote for this issue if you would like to see the same feature for JS: https://youtrack.jetbrains.com/issue/WEB-31404.
To reduce the number of suggestions in JS Rider has “Only type-based completion” support. If you have some ideas about limiting suggestions in Rider further, please feel free to create a feature request on our tracker https://youtrack.jetbrains.com/newIssue.
Kind regards,
Maxim Isaev.
Thanks for the response. I've updated the linked issue.
Regarding the number of suggestions - as mentioned in my first post, I have tried the "Only type-based completion" setting for Javascript code completion, but this has not helped.
I will create an issue as directed, thank you.