-
-
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
Fillstruct using gopls not working #3279
Comments
The Without knowing what else is in your source file, it's difficult to know what the problem may be. Can provide more complete replication steps? |
my vimrc: https://raw.githubusercontent.com/gitsang/script/master/config/vim/.vimrc
return
|
Thanks. I can duplicate this and will have a fix up shortly. |
Fix the command for fillstruct and revert 1795571, which was masking this problem. Fixes fatih#3279
What did you do? (required: The issue will be closed when not provided)
my code:
I run:
What did you expect to happen?
I hope struct be filled like
What happened instead?
but nothing happened
but
can work
Configuration (MUST fill this out):
vim-go version:
v1.25
vimrc
you used to reproduce:vimrc
Vim version (first three lines from
:version
):Go version (
go version
):Go environment
go env
Output:gopls version
gopls version
Output:The text was updated successfully, but these errors were encountered: