Skip to content

lcalqf/VisualStudioCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published