Skip to content
forked from golang/vscode-go

[mirror] Go extension for VS Code

License

Notifications You must be signed in to change notification settings

0xch4z/vscode-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building & Runnings

Step #1: Create a symlink from typings\vscode.d.ts to a copy of vscode.d.ts in your VS Code enlistment at src\vs\vscode.d.ts.

Step #2: Open an instance of Code at the root of this repo.

Step #3: In the Debug viewliet, select Launch Extension and hit play.
A new instance of Code will launch. Open your GOPATH folder or a subfolder.

Tools

  • gorename: go get golang.org/x/tools/cmd/gorename
  • gocode: go get -u github.com/nsf/gocode
  • goreturns: go get -u sourcegraph.com/sqs/goreturns
  • godef: go get -v github.com/rogpeppe/godef
  • golint: go get -u github.com/golang/lint/golint
  • go-find-references: go get -v github.com/redefiance/go-find-references

About

[mirror] Go extension for VS Code

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.8%
  • Go 3.1%
  • Other 1.1%