-
Notifications
You must be signed in to change notification settings - Fork 646
keywords missing from completions list #558
Comments
We use
nsf/gocode#312 explains why there is no completion for keywords like
What are you referring to when you say
|
"everything else" == all other keywords 😃 Re: the issue linked to (nsf/gocode#312) doesn't seem to provide much of a reasoning as to why there are no completions for keywords - just says that there are no completions. May be worth considering contributing upstream because otherwise this behavior is inconsistent w/ the rest of the language services we integrate with |
Now that we have the whitelist of keywords in https://github.com/Microsoft/vscode-go/blob/master/src/util.ts#L16, this is very easy to implement, if anyone wants to take a crack at it. Hint: Start at |
+1 |
The latest update (0.6.56) to the Go extension has this feature. |
Smoke testing, Windows
e.g. below, "import" is missing, but everything else is also missing from the completions list.
![image](https://cloud.githubusercontent.com/assets/762848/19742634/d1839382-9b7a-11e6-9f5a-845237dc8f18.png)
The text was updated successfully, but these errors were encountered: