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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
I think it may happen when comments contain no only chinese but also other no acsii characters.(like Japanese, no testing)
See Image (A) below. Suggests list for package fmt never show when press '.' after 'fmt'.
If I delete 测试 in line 8 like image (B), everthing be ok now.
(A.)
(B.)
Test code.
package main
import (
"fmt"
)
// Test1 this is for 测试funcTest1(iint) {
i=123
}
funcmain() {
fmt.
}
The text was updated successfully, but these errors were encountered:
@holmeszyx@reposkeeper Thanks for this. Pretty sure this was fixed with #77. I just pushed an update to vscode-go to 0.6.13 with this fix. Could you try upgrading, and if you still see this issue, please reactivate.
Thanks @johnsmithx. I've pushed additional fixes for this with some of the other features. Hover, goto-definition, rename, and find-references apparently all had a similar problem but should now be fixed.
I think it may happen when comments contain no only chinese but also other no acsii characters.(like Japanese, no testing)
See Image (A) below. Suggests list for package
fmt
never show when press '.' after 'fmt'.If I delete
测试
in line 8 like image (B), everthing be ok now.(A.)
(B.)
Test code.
The text was updated successfully, but these errors were encountered: