microsoft / microsoft/TypeScript
Limit the Amount of Intellisense Result
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.4k
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 117
Description
I'm using react with typescript. Right now, if I install an npm package with lots of types, for example, react-icons, the intellisense gives way too many suggestions, which lags vscode, and any letter I typed subsequently during the lag will not register.

I'm not sure if this feature exists or not, but I didn't find anything. I would love for something like "editor.suggest.maxResults": 100 for example, and the intellisense will only give 100 suggestions at max.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by determining whether limiting IntelliSense suggestions belongs in the TypeScript language service or the editor integration; the request specifically proposes an editor.suggest.maxResults setting. Trace how suggestions are produced for large npm type packages such as react-icons. Done means a configurable maximum prevents excessive results and reduces typing lag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100