[TS] Code completion doesn't Filter entries
Open
kind:feature
needs:triage
TypeScript
- Dominant language
- Java
- Stars
- 3.1k
- Forks
- 935
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 17
Description
### 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
Contributor guide
Research direction
Reproduce the issue in the TypeScript editor by typing "exp" and pressing Ctrl+Space. Trace the code-completion filtering behavior from that entry point; done means the completion list contains only entries matching the typed text while still selecting the correct entry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100