Home > Net >  How to display golang package full path in vscode when there are multiple package with same name?
How to display golang package full path in vscode when there are multiple package with same name?

Time:08-24

similar issue with Autocompletion in VS code

CodePudding user response:

On a Mac, when you see the list with choices, press ^ Space. That will show the full package path as you move from one package to the other.

  • Related