https://goclipse.github.io/releases/
使用该链接在eclipse中安装插件。我在网上找了几天,网上中的帖子总是指向同一个错误的地址。eclipse使用最新版。
如果在vim中使用添加golang的插件
1)curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
git clone https://github.com/fatih/vim-go.git ~/.vim/plugged/vim-go
2)在~/.vimr中添加
call plug#begin()
Plug 'fatih/vim-go'
call plug#end()
3)在.bash_profile中添加
export GOROOT=/usr/loca/go
export GOPATH=$GOROOT/bin
4)
打开vim
使用命令::GoInstallBinaries
这样至少使vim可以使用不同的颜色显示
#1
更多评论
在中国在伟大的great wall之后,无法使用这种方式,一般: https://github.com/GoClipse/goclipse.github.io/archive/master.zip 下载后解压缩,将plugins和features两个目录拷贝到eclipse中的插件目录下,重新启动即可。
#2