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 was archived by the owner on Jul 15, 2023. It is now read-only.
Type "." The Intellisense window should pop up with suggestions.
Accept any suggestion (e.g. "Errorf")
The import statement will be rewritten to
//#include <stdlib.h> import ( "fmt" "C" )
However this breaks the magic of import "C" which uses the preceding comment.
When converting import lines to a parenthesized import block, vscode-go should insert the "import (" before the comment lines immediately preceding (i.e. with no empty lines in between) the first import (if there are any).