pypie
VS Code extension for the pypie language server.
Features
- Starts the pypie LSP for Python files.
- Publishes diagnostics from the Rust server into VS Code.
- Supports hover information from the pypie compiler.
Requirements
- A built
lsp binary from this repository, or PYPIE_LSP_PATH pointing to one.
Development
- Package the extension with
npx @vscode/vsce package.
- Install the packaged extension with
code --install-extension path/to/pypie.vsix.
| |