netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

[TS] Code completion doesn't Filter entries

Open Chris2011 opened this issue 1 year ago • 1 comments

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

Chris2011 avatar Sep 24 '24 20:09 Chris2011

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.

matthiasblaesing avatar Sep 25 '24 19:09 matthiasblaesing