Add autoimport and rename support for langservers#3196
Conversation
86e110d to
b29e986
Compare
w0rp
left a comment
There was a problem hiding this comment.
Sorry for the delay. I'll merge this now.
I went looking for this as I want to add a command to ALE that takes advantage of completions with imports so we can find the word under the cursor and insert the import line that we find.
|
Cheers! 🍻 |
|
I'll add a new import setting and deprecate the old one, as it mentions |
|
@jeremija I'm going to disable completion results that add import lines by default, which will match what ALE does with |
This PR contains the following updates:
ALERenamecommand now works with langservers (previously only with tsserver).I've been using both with
goplsfor a few months and it's been working pretty well.Closes #2976