Go Doc
A Visual Studio Code extension for showing definition in output and generating go doc
About Go Doc
Visual Studio Code Go Doc
A Visual Studio Code extension for showing definition in Output and generating go doc.
Configuration
The extension requires Go insalled in path. It installs gogetdoc in GOPATH if gogetdoc is missing.
Commands
- Go Doc: Get Definition - Prints the definition in output
Frequently Asked Questions
What is Go Doc?
Go Doc is a Editor Plugins library for the Go programming language. A Visual Studio Code extension for showing definition in output and generating go doc
How do I install Go Doc?
Install Go Doc with the Go module system using `go get msyrus/vscode-go-doc`. Check the repository for the current installation instructions.
What category does Go Doc belong to?
Go Doc is listed under Editor Plugins, specifically Editor Plugins.