microsoft / microsoft/TypeScript

Limit the Amount of Intellisense Result

Open
#56,775 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Needs Proposal Suggestion
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.

GIF of too many suggestion when typing <f into the editor

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.