fatih/vim-go: Go development plugin for Vim
github.com · 537 words · saved by 1 readers
Go development plugin for Vim
Features This plugin adds Go language support for Vim, with the following main features: Compile your package with :GoBuild, install it with :GoInstall or test it with :GoTest. Run a single test with :GoTestFunc). Quickly execute your current file(s) with :GoRun. Improved syntax highlighting and folding. Debug programs with integrated delve support with :GoDebugStart. Completion and many other features support via gopls. formatting on save keeps the cursor position and undo history. Go to symbol/declaration with :GoDef. Look up documentation with :GoDoc or :GoDocBrowser. Easily…
saved by
related reading
- Tutorial · fatih/vim-go Wiki · GitHubgithub.com
- Go go-to guide · YourBasicyourbasic.org
- neovimcraftneovimcraft.com
- Frequently Asked Questions (FAQ) - The Go Programming Languagego.dev
- GitHub · Change is constant. GitHub keeps you ahead.github.com
- Using go fix to modernize Go code - The Go Programming Languagego.dev
- Four Days of Go – Evan Millerevanmiller.org
- Go | CodeCraftersapp.codecrafters.io
- Go at Google: Language Design in the Service of Software Engineering - The Go Programming Languagego.dev
- Writing Better Go: Lessons from 10 Code Reviews - Speaker Deckspeakerdeck.com
- Writing Better Go: Lessons from 10 Code Reviews - Speaker Deckspeakerdeck.com
- CodeReviewComments · golang/go Wiki · GitHubgithub.com