A language server and VS Code extension for TableGen.
See docs/tutorial.md
for a quick start.
See docs/features.md
for a list of features currently implemented or planned.
This extension is available on the VS Code Marketplace.
See docs/configuration.md
for configuration options.
# Clone the repository
git clone https://github.com/arata-nvm/tablegen-lsp
cd tablegen-lsp
# Build the project
cargo build
cargo test
- Open the
vscode
directory in VS Code - Press F5 to start debugging
This project is licensed under the MIT License.
Some files in this project are derived from the LLVM Project and are licensed under the Apache License v2.0 with LLVM Exceptions:
For the full text of the Apache License v2.0 with LLVM Exceptions, please see vscode/third-party/LICENSE.TXT
.