Skip to content

Michael-F-Bryan/wit-lsp

Repository files navigation

wit-lsp

Continuous Integration codecov

(API Docs | Code Coverage | Error Code Index)

An alternative Language Server implementation for WIT.

Features

  • Basic Syntax Highlighting
  • Code Folding
  • Show Syntax Tree
  • Selection range
  • Diagnostic reporting
  • Semantic Syntax Highlighting
  • Semantic Autocomplete
  • Jump to Definition
  • Jump to Declaration
  • Hover
  • View Memory Layout
  • Show Dependency Tree
  • Find All References
  • Workspace Symbol
  • Assists
    • Extract type alias
    • Generate documentation template
    • Autoimport
    • Rename
    • Inline type alias
    • Merge imports
    • Sort items

License

This project is licensed under either of

at your option.

It is recommended to always use cargo 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 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.