-
Notifications
You must be signed in to change notification settings - Fork 646
Autocomplete pops up when you complete a string literal #389
Comments
I opened this same issue with gocode: This is particularly problematic when completing a string, because one's instinct is to end the string with I am shocked to know this has been going on for so long. Does everyone else just reach up and hit the escape key with their pinky after completing every string literal? |
As an update, I note the original filer's complaint that autocomplete stays up after typing However, the end-of-line string literal autocomplete problem remains. gocode's author's comment regarding this was:
|
This issue has become more prominent with the inclusion of the 'auto complete unimported Packages' feature, since typing out a string can now lead to unnecessary imported packages. |
#586 will fix this |
The latest update (0.6.48) has the fix. |
If I type
"foo"
, when I type the last ", whether it was there already or not, the autocomplete pops up for no apparent reason, leading to an autocomplete for append if enter is hit.This manifests in particular with switches function calls, and struct initializations, as the autocomplete stays up even when you type
:
and,
.For example:
The text was updated successfully, but these errors were encountered: