gopls / go vet can't find 'machine' #4869
Unanswered
SnapshotCiTy
asked this question in
Q&A
Replies: 1 comment
-
I use Zed myself (since it's so fast), but unfortunately TinyGo isn't easily supported in that editor. I might look into this later at some point, maybe make a PR to Zed itself if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Zed on MacOS to develop in Go and tinygo. Zed is using gopls and tree-sitter. https://zed.dev/docs/languages/go
I can't get auto-completions, error checking, etc to work with the machine package because gopls (and go vet) do not know where to find 'machine'.
I have found some discussions that mention this issue, but couldn't find 'how to resolve'.
How can I get machine to be 'found' and usable with go vet, gopls, etc ?
Thank you in advance for your help. I'm sorry if this has been discussed before.
Beta Was this translation helpful? Give feedback.
All reactions