dennwc / dom

DOM library for Go and WASM
Apache License 2.0
486 stars 59 forks source link

Possibly add instructions for getting autocomplete working in vscode? #8

Closed DonMcNamara closed 5 years ago

DonMcNamara commented 5 years ago

After a little struggle I was able to get autocomplete working in VS code by setting some workspace level environment variables. I'm not sure how well known that is. Do you think it is worth adding to the README in this project?

I will gladly open a PR, but if you don't think this is the right place that is understandable.

DonMcNamara commented 5 years ago

(It is more applicable to working with web assembly in general than this project in particular.)

dennwc commented 5 years ago

It might be worth mentioning, for example linking to https://github.com/golang/go/wiki/WebAssembly. PRs are welcome :)