vscode-wit icon indicating copy to clipboard operation
vscode-wit copied to clipboard

Visual Studio Code extension to recognize and highlight the WebAssembly Interface Type (WIT) IDL.

Results 4 vscode-wit issues
Sort by recently updated
recently updated
newest added

I noticed something odd in the syntax highlighting. I think it has something to do with nested type parameters. Note how the signature of `cause` affects the highlighting of `effect`:...

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 support for...

We should create a better logo for the extension so that the published artifact will be more presentable in the Marketplace.

help wanted

In order to get more than syntax highlighting (like formatting, linting, etc), we need to create a language server for WIT (more details can be found [here](https://code.visualstudio.com/api/language-extensions/language-server-extension-guide) on how to...

enhancement
help wanted