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

Don't filter "warning" completions #699

Closed DanielRosenwasser closed 5 years ago

DanielRosenwasser commented 5 years ago

This is to avoid disrupting JavaScript editing scenarios, since users may be frustrated when types declarations are not available. VS Code actually has this behind a flag and lets them flow in by default.

@idiotWu