iamthemovie / GoSublimeAutocompleteUpdate

An add on to the GoSublime package, when installed it updates the autocomplete for external source files you may be working on in your path.
1 stars 0 forks source link

I should set up for every project #1

Open soyking opened 8 years ago

soyking commented 8 years ago

Am I right?

iamthemovie commented 8 years ago

Yes but if I'm honest you shouldn't need to use this anymore as the packages for Go in sublime and atom are pretty good now!

soyking commented 8 years ago

But ... I still like Sublime ~ lol I can't get autocomplete when a struct with anonymous fields So do you know how to fix it ?

iamthemovie commented 8 years ago

Unsure, the reason I wrote this was because go build / go code was not running until I saved the file I was working in which is what caused a lack of autocomplete for code I was writing in real time.

I have since switched to Atom / Vim for my golang projects as the packages are better supported.

Does GoSublime not work?

soyking commented 8 years ago

I see! Because my project's dependences are in godep folder. Then after saving GoSublime can't go install the package. Have your ever use godep? Maybe it can work on Atom / Vim. Thank you anyway.

iamthemovie commented 8 years ago

No I haven't, not yet anyway. I tend to use gopkg.in for my dependency management.

I've never had an issue with the go-plus plugin for atom, it's constantly being updated and very well supported :)