Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LispiumNew to Visual Studio Code? Get it now.
Lispium

Lispium

tetraslam

| (0) | Free
Language support for Lispium - A Symbolic Computer Algebra System
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Lispium VS Code Extension

Language support for Lispium - A Symbolic Computer Algebra System.

Features

  • Syntax Highlighting: Full TextMate grammar for .lspm files
  • Hover Documentation: View documentation for builtin functions on hover
  • Autocompletion: Get suggestions for all Lispium builtins
  • Diagnostics: Real-time error detection for unbalanced parentheses

Requirements

  • VS Code 1.85.0 or higher
  • Lispium installed and available in your PATH (or configure the path in settings)

Installation

From VSIX

  1. Download the .vsix file from the releases page
  2. In VS Code, press Ctrl+Shift+P (or Cmd+Shift+P on macOS)
  3. Type "Install from VSIX" and select the command
  4. Select the downloaded .vsix file

Install Lispium

# macOS (Homebrew)
brew install Tetraslam/lispium/lispium

# Or download from releases
# https://github.com/Tetraslam/lispium/releases

Extension Settings

Setting Description Default
lispium.server.path Path to the lispium executable "" (searches PATH)
lispium.trace.server Trace LSP communication "off"

Development

# Install dependencies
npm install

# Compile
npm run compile

# Package
npm run package

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft