A Rust implementation of the Language Server Protocol for the P4 Programming Language.
Development is active in the dev
branch.
Fill out the survey to help us design this tool : Link
Disclaimer: This software is not production ready and probably won't work out of the box.
curl https://sh.rustup.rs -sSf | sh
- Install the language server
cargo install --git https://github.com/ace-design/p4-lsp.git
Windows is not currently supported.