Reputation: 85
Using WebStorm with TypeScript a lot, I would like to know if it's possible to limit some autocompletion suggestions.
Basically, how to avoid this, to have only one suggestion per function.
Upvotes: 0
Views: 97
Reputation: 276171
how to avoid this,
Sadly you can't. WebStorm tries to be as aggressive as possible and therefore can give false positives.
Upvotes: 1