visualfc / liteide

LiteIDE is a simple, open source, cross-platform Go IDE.
GNU Lesser General Public License v2.1
7.57k stars 970 forks source link

google app engine code auto complete #411

Open miko-code opened 9 years ago

miko-code commented 9 years ago

Hey, I cant figure out a way how to get liteide code auto complete on google cloud library .

the sdk is installed well i can build and deploy apps

thanks,

miki

hfern commented 9 years ago

It the sdk in your GOPATH?

miko-code commented 9 years ago

No, Only the folder of the go src i have this in my .bashrc file export GOPATH=$HOME/go-programs

miko-code commented 9 years ago

Hey @afren i change my GOPATH to this but still no code auto complete mik@mik-Aspire-S3:~$ echo $GOPATH /home/mik/go-programs:/home/mik/go_appengine What im doing wrong ?

miko-code commented 9 years ago

stack overflow points to whom how helping me ... Im pretty desperate :-1:
http://stackoverflow.com/questions/28940951/liteide-go-code-completion-for-google-cloud-libraries

hfern commented 9 years ago

I havn't worked with App Engine in a while

Could you $ls /home/mik/go_appengine for me?

miko-code commented 9 years ago

mik@mik-Aspire-S3:~$ ls /home/mik/go_appengine appcfg.py bulkload_client.py dev_appserver.py goapp google lib _python_runtime.py run_tests.py wrapper_util.py backends_conversion.py bulkloader.py download_appstats.py godoc gopath LICENSE RELEASE_NOTES tools wrapper_util.pyc BUGS demos endpointscfg.py gofmt goroot php_cli.py RELEASE_NOTES.python VERSION

Do you want me to upload a photo of the screen terminal ?

hfern commented 9 years ago

I think maybe you shouldset your GOPATH to /home/mik/go_appengine/gopath

Try that and see if it works.

miko-code commented 9 years ago

I changed but the result is the same . BTW the /go_appengine/gopath folder is empty...

miko-code commented 9 years ago

@hfern found the right path /home/mik/go_appengine/goroot/pkg/

hfern commented 9 years ago

Glass it works out for you Hopefully other people will find this via Google

On Fri, Mar 13, 2015, 2:03 AM miko-code notifications@github.com wrote:

@hfern https://github.com/hfern found the right path /home/mik/go_appengine/goroot/pkg/

— Reply to this email directly or view it on GitHub https://github.com/visualfc/liteide/issues/411#issuecomment-78876514.