https://github.com/gordonsmith/vscode-wit
WIT Language Extension for VS Code
https://github.com/gordonsmith/vscode-wit
vscode-extension wasm wit
Last synced: 8 months ago
JSON representation
WIT Language Extension for VS Code
- Host: GitHub
- URL: https://github.com/gordonsmith/vscode-wit
- Owner: GordonSmith
- License: apache-2.0
- Created: 2025-01-06T10:54:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T09:38:32.000Z (over 1 year ago)
- Last Synced: 2025-01-16T17:48:39.107Z (over 1 year ago)
- Topics: vscode-extension, wasm, wit
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=GordonSmith.wit-lang
- Size: 448 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WIT IDL for VSCode
This package is a Visual Studio Code extension to recognize and highlight the WebAssembly Interface Type (WIT) Interface Definition Language (IDL). It can also be used as a bundle in TextMate.
The description of the WIT format can be found at: https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md
## Features

This extension provides:
- Basic syntax highlighting of ".wit" files.
- [Snippets](https://code.visualstudio.com/docs/editor/userdefinedsnippets) for worlds and interfaces.
- Basic markdown highlighting in comments.
- Simple list-based autocomplete.
## Installation
To install from source, follow these steps:
* Clone the repository: `git clone https://github.com/bytecodealliance/vscode-wit.git && cd vscode-wit`
* Run npm commands to install:
`npm ci && npm run install-plugin`