You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In VSCode there is Go: Add import command that helps to find an import of your choice from a fuzzy-finder. Additionally, when your cursor is in the import section and you have started typing a new entry in quotes you may expect a suggestion list of packages.
The text was updated successfully, but these errors were encountered:
piotrkubisa
changed the title
Add import autompletion for imports and command to import single package.
Add package autompletion in import section and command to import a single package
Nov 13, 2019
piotrkubisa
changed the title
Add package autompletion in import section and command to import a single package
Add package autocompletion in import section and command to import a single package
Nov 13, 2019
In VSCode there is
Go: Add import
command that helps to find an import of your choice from a fuzzy-finder. Additionally, when your cursor is in theimport
section and you have started typing a new entry in quotes you may expect a suggestion list of packages.The text was updated successfully, but these errors were encountered: