| Crates.io | forth-lsp |
| lib.rs | forth-lsp |
| version | 0.4.1 |
| created_at | 2023-06-13 12:20:47.958475+00 |
| updated_at | 2025-12-01 23:58:31.110736+00 |
| description | LSP for the Forth programming language |
| homepage | |
| repository | https://github.com/alexanderbrevig/forth-lsp |
| max_upload_size | |
| id | 888964 |
| size | 292,848 |
A Language Server Protocol implementation for Forth, bringing modern IDE features to Forth development.
cargo install forth-lsp
Then configure your editor to use forth-lsp. Works with any LSP-compatible editor (VS Code, Neovim, Helix, Emacs, etc.).
# Run tests
cargo test --workspace
# or
cargo t