해외에 소개된 golang IDE를 직접 설치해보자
Install LiteIDE
scoop insatll liteide
오픈소스 쓸만한 IDE. 완성도가 아쉽다.
Install eclipse software GoClipse for windows scoop
scoop search eclipse 'extras' bucket: eclipse-android (4.6.3) eclipse-automotive (4.5.2) eclipse-committers (2018-12) eclipse-cpp (2018-12) eclipse-dsl (2018-12) eclipse-java (2018-12) eclipse-javascript (2018-12) eclipse-jee (2018-12) eclipse-mat (1.8.1.20180910) eclipse-modeling (2018-12) eclipse-parallel (2018-12) eclipse-php (2018-12) eclipse-platform (4.10-201812060815) eclipse-rcp (2018-12) eclipse-reporting (2018-12) eclipse-rust (2018-12) eclipse-scout (2018-12) eclipse-sdk (4.10-201812060815) eclipse-testing (2018-12) scoop install eclipse-java
- Run Eclipse
- Menu > Help > Install New Software...
- Click Add
- input URL http://goclipse.github.io/releases/
- Select GoClipse
Dependencies such as CDT will automatically be added during installation.
- Install
- Restart
- Configuration
- Check for GOROOT, GOPATH amd go plugin gocode, guru, godef
Install Atom and go-plus, go-debug for windows scoop
scoop install atom
Install Vim go for windows scoop
https://github.com/fatih/vim-go#install
scoop install vim
- Vim 8 packages
git clone https://github.com/fatih/vim-go.git ~/.vim/pack/plugins/start/vim-go
- Pathogen
git clone https://github.com/fatih/vim-go.git ~/.vim/bundle/vim-go
- vim-plug
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
- Vundle
Plugin 'fatih/vim-go'
:GoInstallBinaries
위치 확인 :
:he $MYVIMRC
result C:\User\username\_vimrc
Install vscode for scoop
scoop install vscode
go 파일을 열면 관련 플러그인을 추천해준다.
설치 후 go에서 사용할 수 있는 추천 플러그인을 모두 설치하면 된다.
반응형
'lang' 카테고리의 다른 글
Revel Frameworkd for Golang (0) | 2019.02.06 |
---|---|
Hello World for Go (0) | 2019.02.05 |
Phantomjs - hello World (0) | 2019.01.28 |
Golang windows path (0) | 2019.01.15 |
GetText 로컬라이즈 방법, ko.po, ko.mo (0) | 2016.12.30 |