Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

VisualStudioCode

使用VisualStudioCode打造Go和Cpp开发的IDE, 因为Goland和Clion真得用不起。

Golang

go get -u -v github.com/nsf/gocode
go get -u -v github.com/rogpeppe/godef
go get -u -v github.com/golang/lint/golint
go get -u -v github.com/lukehoban/go-find-references
go get -u -v github.com/lukehoban/go-outline
go get -u -v github.com/tpng/gopkgs 
go get -u -v github.com/newhook/go-symbols

# tools/cmd/gorename
cd $GOPATH/src/golang.org
git clone https://github.com/golang/tools
cd cmd/gorename
go install

Windows

C++

About

Goland、CLion 我是真得用不起

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors