microsoft / microsoft/TypeScript-Sublime-Plugin
Add delay for the quick info popup
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 236
- Avg merge
- 21d 13h
- Merged PRs (30d)
- 1
Description
The popups can be way too aggressive while typing. It would be really helpful if they were less intrusive in some way. Perhaps adding a setting for quick_info_delay so that it would not show until I've stopped typing for the amount of milliseconds the setting is set to.
Contributor guide
No contributing guide indexed for this repository
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 tracing the quick info popup handling and the configuration entry point for a possible quick_info_delay setting. Verify the popup waits for the configured number of milliseconds after typing stops, and check the existing popup behavior to confirm it remains unchanged when no delay is configured.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100