Hi I was wondering if there is a good link about that has the whole process from start to finish for installing go, goclipse & gocode on windows that works I have been trying for 2 days but I seam to get one problem after another and most info to sort problems out are to do with linux.All the install's guides are either badly done or pointing to 5-6 different pages to do a little here and there.With the current setup when I import ftm (or anything else) it says cannot find package and gocode dose not give code hinting or auto complete.any help would be much appreciated.James.
With the current setup when I import ftm (or anything else) it says cannot find package and gocode dose not give code hinting or auto complete.
> so I assume gocode is working just not 100%!
For what it's worth, I wouldn't use eclipse... It's way too heavyweight. Sublime Text 2 with GoSublime is my editor of choice, it's a lot lighter weight than eclipse, but still has text completion, syntax highlighting, etc. You can run a free trial of ST2 for as long as you want, it'll just bug you sometimes when you save.
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
and if I start typing func I get no suggestion to auto complete.I have also tried using the gocode from the suggested link and the one that come with goclipse?
Hi James,
As an alternative, you might try playing with GoWorks for a bit. The code completion feature in GoWorks is very different from gocode (much faster and much more forgiving). We have a video to help you get started using GoWorks and showing various ways to make our code completion features save you time.
http://tunnelvisionlabs.com/products/demo/goworks
The code completion in GoWorks unfazed by the example code you provided, so you can work without problems and then address the compiler error (lack of a package clause) separately.
Thank you,
--
Sam Harwell
Owner, Lead Developer
--