golang / vscode-go

Go extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=golang.Go
Other
3.89k stars 752 forks source link

How to view standard library and external libraries in explorer? #2236

Open 4meepo opened 2 years ago

4meepo commented 2 years ago

Is your feature request related to a problem? Please describe.

Recently, I'm using VSCode full time, but one feature of goland I miss very much is viewing the go standard module and external dependencies like this:

image

In VSCode, I'm doing this by using go mod explorer plugin and multi-root workspace.

image

Any better solution to do this?

OneCricketeer commented 2 years ago

Related #2156

wittwitt commented 2 years ago

support

jiangfangxin commented 2 years ago

I find that plugin mentioned by 4meepo has been updated. And which now has already included Go std src library. Very awesome plugin! 😄

Go Mod Explorer plugin link

20220807113006