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 code fixes command #710

Closed stweedie closed 5 years ago

stweedie commented 5 years ago

This plugin is missing a pretty key feature in the 'quick fixes' command. The typescript language service supports code fixes, but this plugin doesn't have support for it.

There has been an open PR to fulfill this feature request, but it needs attention from maintainers.

If the above PR is still not accepted, please let me know so I can work on a different implementation.