Search code examples
javascriptautocompletetypescriptwebstorm

WebStorm TypeScript less auto-completion suggestion


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. enter image description here


Solution

  • how to avoid this,

    Sadly you can't. WebStorm tries to be as aggressive as possible and therefore can give false positives.