Skip to content
syumai edited this page Apr 17, 2024 · 1 revision

How do I enable auto-completion in VS Code?

Please add this to settings.json.

    "go.toolsEnvVars": {
        "GOOS": "js",
        "GOARCH": "wasm",
    },
Clone this wiki locally