Stream: wit-bindgen

Topic: WIT Language Server


view this post on Zulip Matheus Cardoso (Jun 11 2023 at 12:01):

I'm building a language server for WIT files, if anyone is interested in giving feedback: https://github.com/bytecodealliance/vscode-wit/pull/16

Right now all I know is it works on my machine ™️

Closes #3 Super WIP, but thought it might be good to have some initial feedback on the approach. For now, https://github.com/bytecodealliance/wasm-tools is used, but I'm thinking about adding suppo...

view this post on Zulip Ralph (Jun 13 2023 at 14:24):

i'll check this today

view this post on Zulip Matheus Cardoso (Jun 13 2023 at 20:37):

I just pushed an update with semantic tokens using a fork of wit-parser to do the lexical analysis. The fork just makes everything public. Any chance I could push the logic I need to the wit-parser crate at some point? Perhaps under an 'lsp' feature-flag that is off by default? I'm guessing that would be preferred to making everything public


Last updated: Nov 22 2024 at 17:03 UTC