Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Michael-F-Bryan/wit-lsp
A Language Server implementation for the WIT interface definition language
https://github.com/Michael-F-Bryan/wit-lsp
Last synced: 11 days ago
JSON representation
A Language Server implementation for the WIT interface definition language
- Host: GitHub
- URL: https://github.com/Michael-F-Bryan/wit-lsp
- Owner: Michael-F-Bryan
- License: apache-2.0
- Created: 2024-03-23T03:07:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T12:08:29.000Z (6 months ago)
- Last Synced: 2024-07-15T12:03:44.982Z (4 months ago)
- Language: Rust
- Homepage: http://www.michaelfbryan.com/wit-lsp/
- Size: 20.2 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE_APACHE.md
Awesome Lists containing this project
README
# wit-lsp
[![Continuous Integration](https://github.com/Michael-F-Bryan/wit-lsp/actions/workflows/ci.yml/badge.svg)](https://github.com/Michael-F-Bryan/wit-lsp/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/Michael-F-Bryan/wit-lsp/graph/badge.svg?token=0HHP8EX5UY)](https://codecov.io/gh/Michael-F-Bryan/wit-lsp)([API Docs][api-docs] | [Code Coverage][coverage] | [Error Code Index][error-codes])
An alternative Language Server implementation for [WIT][wit].
## Features
- [x] Basic Syntax Highlighting
- [x] Code Folding
- [x] Show Syntax Tree
- [x] Selection range
- [x] Diagnostic reporting
- [ ] Semantic Syntax Highlighting
- [x] Semantic Autocomplete
- [ ] Jump to Definition
- [ ] Jump to Declaration
- [ ] Hover
- [ ] View Memory Layout
- [ ] Show Dependency Tree
- [ ] Find All References
- [ ] Workspace Symbol
- [ ] Assists
- [x] Extract type alias
- [ ] Generate documentation template
- [ ] Autoimport
- [ ] Rename
- [ ] Inline type alias
- [ ] Merge imports
- [ ] Sort items## License
This project is licensed under either of
- Apache License, Version 2.0, ([LICENSE-APACHE](./LICENSE-APACHE.md) or
)
- MIT license ([LICENSE-MIT](./LICENSE-MIT.md) or
)at your option.
It is recommended to always use [`cargo crev`][crev] to verify the
trustworthiness of each of your dependencies, including this one.> **Note:** The language configuration, code snippets, and TextMate grammar for
> the VS Code extension have been copied from
> [`bytecodealliance/vscode-wit`][vscode-wit] and are made available under the
> same Apache-2.0 license.### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.The intent of this crate is to be free of soundness bugs. The developers will
do their best to avoid them, and welcome help in analysing and fixing them.[api-docs]: https://michael-f-bryan.github.io/wit-lsp/crate-docs
[coverage]: https://michael-f-bryan.github.io/wit-lsp/coverage
[crev]: https://github.com/crev-dev/cargo-crev
[error-codes]: https://michael-f-bryan.github.io/wit-lsp/error-codes.html
[vscode-wit]: https://github.com/bytecodealliance/vscode-wit
[wit]: https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md