-
Notifications
You must be signed in to change notification settings - Fork 142
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
Are CGO projects supported? #50
Comments
@peter-mogensen did you get confirmation on this ? i have the same issues over here i think: |
No - I didn't ... however, looking more into this it seems like a very fundamental problem not limited to godef. |
thanks for the tip. i wil ask the maintainer over at the QT project. the others that use the intelli IDEA IDE dont have the issues that VSCode has. they get full intellisense, but they need to devote more RAM to the process for it to work. |
There seems to be an open pr that solves this #44 |
This should have been solved by #62. |
I found out go-mode.el didn't allow me to use godef on exactly those symbols defined in CGO files.
It can be boiled down to that godef will not report this definition:
However, if the
import "C"
line is included in the comment, the definition is reported correctly.... using Go 1.7.3
main prg:
The text was updated successfully, but these errors were encountered: