Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Auto-import suggests package twice when file is dirty #529

Closed
ramya-rao-a opened this issue Oct 13, 2016 · 2 comments
Closed

Auto-import suggests package twice when file is dirty #529

ramya-rao-a opened this issue Oct 13, 2016 · 2 comments

Comments

@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Oct 13, 2016

Type the below in a go file

import "math"

Don't save

Type math

Observe that autcomplete suggests math twice

@ramya-rao-a ramya-rao-a changed the title Autocomplete Unimported Pkgs feature uses list of pkgs cached from the time of VS Code start Autocomplete suggests package twice when file is dirty Oct 28, 2016
@roblourens
Copy link
Member

roblourens commented Nov 9, 2016

Related:

Type import "math", save.

Delete the import, don't save.

Type math, and see that it's missing from autocomplete.

@ramya-rao-a ramya-rao-a changed the title Autocomplete suggests package twice when file is dirty Auto-import suggests package twice when file is dirty Nov 9, 2016
@ramya-rao-a
Copy link
Contributor Author

The fix for this is out in the latest update (0.6.60)

@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants