-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Imports on Typescript #1677
Comments
It doesn't exist yet, but I want to add it. That plugin's code for this is a horrible mess: https://github.com/Quramy/tsuquyomi/blob/master/autoload/tsuquyomi/es6import.vim I'll support something like this if there's a tsserver feature for doing it, with a matching LSP feature. |
This issue is related: #1466 This can be implemented by adding support for "code fixes" for tsserver. The equivalent is "code actions" support for LSP servers. |
Hi this could be very useful for me. For what I use everyday, ALE does everything that Tsu does except the typescript imports. Now I am left with both plugins... |
same here - I really want to just use ale, though and this is the only missing feature |
I look forward to your pull request. :) |
FYI this is already working https://github.com/dense-analysis/ale#2iii-completion |
Thanks! I'll close this. |
Does ALE has something similar to this
And here's a video of it in action
Been trying to find in the documentation but can't find it anywhere, so not sure if it exists.
The text was updated successfully, but these errors were encountered: