vscode-go
vscode-go copied to clipboard
How to view standard library and external libraries in explorer?
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:

In VSCode, I'm doing this by using go mod explorer plugin and multi-root workspace.
Any better solution to do this?
Related #2156
support
I find that plugin mentioned by 4meepo has been updated. And which now has already included Go std src library. Very awesome plugin! 😄
