Which plug-ins need to be installed when vscode writes golang code?

vscode writes golang code, which plug-ins need to be installed?

Feb.25,2022

< H2 > language support < / H2 > < H2 > dependency Management < / H2 >
  • ide" rel=" nofollow noreferrer "> glide

plug-in only needs the one with the highest Go, score. After installation, open a .go file and automatically install some dependencies, such as go doc,go-outline


Visual as if only one plug-in:
clipboard.png
govs codectrl + shift + p
go install
clipboard.png


clipboard.png
above
dependency Management go 1.11 officially has its own package management go mod , you can search.

Menu