Autocompletion does not consider partially entered identifier #390
Labels
FrozenDueToAge
upstream-tools
Issues that are caused by problems in the tools that the extension depends on.
Start typing something able to complete with help of Go-extension. Press Ctrl+Space or wait when auto-completion drop-down will be opened. Press Enter or Tab to use suggested string. As result we got partially entered identifier concatenated with the whole identifier obtained with auto-completion. In other words, if auto-completion target is
MyIdentifier
and I typedMyId
the final result isMyIdMyIndentifier
. I really do not understand the vscode-go logic to use auto-completion.The text was updated successfully, but these errors were encountered: