Skip to content
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

Question: Is autocomplete supposed to work with cgo(import "C") or not #2293

Closed
chew351 opened this issue May 16, 2019 · 2 comments
Closed

Comments

@chew351
Copy link

chew351 commented May 16, 2019

What did you do? (required: The issue will be closed when not provided)

when go file import "C"
autocomplete can't work

import "C"
autocomplete can't work

remove import "C"
autocomplete can work

What did you expect to happen?

autocomplete can work when go file import "C"

What happened instead?

Configuration (MUST fill this out):

vim-go version:

vimrc you used to reproduce (use a minimal vimrc with other plugins disabled; do not link to a 2,000 line vimrc):

vimrc

Vim version (first three lines from :version):

Go version (go version):

Go environment

go env Output:

@bhcleek
Copy link
Collaborator

bhcleek commented May 16, 2019

vim-go is dependent on gopls for completion. Please follow golang/go#31561.

@bhcleek bhcleek closed this as completed May 16, 2019
@chew351
Copy link
Author

chew351 commented May 16, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants