-
Notifications
You must be signed in to change notification settings - Fork 567
Description
Under "Go Libraries" I have added my "gopath" to Global libraries, (this path does not include the code that is contained in the ide). The project libraries and module libraries are empty. The "src" folder is marked as the source. The error "Cannot resolve directory" pops up for all packages imported that are in the same source tree. Although packages that are in the go library or the go path library are resolved without issues.
Other oddness, opening source code (that is able to be resolved through an import, ie code that is in the GOPATH) opens fine, but any imports that code does fails to be resolved as well.
I am coming from 0.9.16 and testing 1.0.0 alpha so if this is still an alpha limitation feel free to close, but if I missed something setting up the module let me know..