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
Vscode always selects the func keyword first. This is because the func snippet and the func keyword are the same. "editor.snippetSuggestions":"top", even if selected.
Thanks for filing the issue. We are considering to remove or shorten the list of snippets this extension supplies using this go.json snippet file. #160
Vscode always selects the
func
keyword first. This is because thefunc
snippet and thefunc
keyword are the same."editor.snippetSuggestions":"top"
, even if selected.vscode-go/extension/snippets/go.json
Line 44 in 5557e74
To fix change
func
tofu
.Before:
After:
I made a pull request but it was rejected. Because of the Contributor License Agreement (CLA). I can't waste my time on this.
The text was updated successfully, but these errors were encountered: