-
Notifications
You must be signed in to change notification settings - Fork 658
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
Type detection for := #15
Comments
Gocode does complete type inference. See screencast: http://nsf.110mb.com/gocode-demo.swf |
So why have you chosen to do not complete on type too? |
What do you mean? |
My bad, I retried and it works well, maybe just my vim config which had failed. Sorry about that. |
np :) |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could it be possible to detect the type with :=?
a := myfunc() should be form the type of return of the function.
Regards
The text was updated successfully, but these errors were encountered: