netbeans
netbeans copied to clipboard
[TS] Code completion doesn't Filter entries
Description
When I type "exp" and hit ctrl + space to call the code completion, it opens and jumps to the correct entry but doesn't filter the whole list.
Use case/motivation
It should filter the list to just see the matched entries.
Related issues
No response
Are you willing to submit a pull request?
Yes
This is the behavior of the LSP module. Needs to be checked if it is even possible to configure the typescript LSP, so that it conforms to NB default behavior.