microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 237 forks source link

Add delay for the quick info popup #780

Open paularmstrong opened 2 years ago

paularmstrong commented 2 years ago

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.