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
As u can see from the below two pics, the autocompletion is not functioning in that special select case block for the variable res := results{}ONLY (i tested some builtin modules, and some my own modules all works well, so ONLY for that res := results{} variable autocompletion is NOT functioning...)
And actually the select case block is the ONLY place where the variable res := results{} autocompletion is NOT working....
And my code is working well...
The text was updated successfully, but these errors were encountered:
As u can see from the below two pics, the autocompletion is not functioning in that special
select case block
for the variableres := results{}
ONLY (i tested some builtin modules, and some my own modules all works well, so ONLY for thatres := results{}
variable autocompletion is NOT functioning...)And actually the
select case block
is the ONLY place where the variableres := results{}
autocompletion is NOT working....And my code is working well...
The text was updated successfully, but these errors were encountered: