-
Notifications
You must be signed in to change notification settings - Fork 407
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
Weird replace behaviour with gopls #706
Comments
First of all, The gopls replaces the text by itself. But I think this issue caused by your configuration.
↓↓↓
|
Setting to I have a simpler example for you:
recording.mp4Please @hrsh7th don't close this issue. |
I will close when such an issue comes up. The problem explains that word replacement is the problem, but the sample specifies ConfirmBehavior.Replace. Anyway, I'll check your screencast. (I guess it's LSP server's problem). |
The Kapture.2022-01-06.at.23.36.05.mp4. |
Yes, but I also tried with
Makes sense, so it's a |
Yep it’s a gopls issue. I’d suggest you to track this golang/go#40871 |
FAQ
Issues
Neovim Version
NVIM v0.6.1
Minimal reproducible config
Description
After executing "Confirm" inside a Go
struct
the field gets replaced:recording.mp4
The same when calling a function:
recording.mp4
Steps to reproduce
See description.
Expected behavior
See description.
Actual behavior
See description.
Additional context
No response
The text was updated successfully, but these errors were encountered: