-
Notifications
You must be signed in to change notification settings - Fork 645
package main completion issue #225
Comments
Do you have the latest version of the extension installed? There was a fix yesterday which should have made this less likely to happen. |
I updated to the latest released version, restarted vscode and the same thing happens. |
Yeah - the issue is the The one thing that did change recently is that you should get a completion suggestion as you start typing But that doesn't fully solve the issue. I think the options are:
I don't love any of the options though. |
I find the existing auto-completion/snippet for |
Is there any way to squash the auto-complete if the line starts with |
This is a problem in the atom editor as well. It would be nice if we could stop the evaluation of the snippet. You could also:
|
@patbaker82 I like that suggestion - it replaces the |
Main a new file, start typing "package main" + Enter and you get this:
The text was updated successfully, but these errors were encountered: