Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>IpêNew to Visual Studio Code? Get it now.
Ipê

Ipê

Arthur Maciel

|
1 install
| (0) | Free
Language support for the Ipê programming language — LSP-powered completion, diagnostics, and more.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ipê Language Support

Language support for the Ipê programming language.

Features

  • LSP-powered — type-directed completion, go-to-definition, find-references, rename, formatting, diagnostics
  • Syntax highlighting — keywords, types, strings (including multiline interpolation), comments, operators
  • Language configuration — bracket matching, auto-closing pairs, folding, indentation rules

Requirements

The ipe CLI must be on your PATH. Install via the official script:

curl -fsSL https://raw.githubusercontent.com/arthurmaciel/ipe-lang/main/scripts/install.sh | sh

The installer places ipe in ~/.local/bin. Add it to your PATH if it isn't already:

Shell Command
bash echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc
zsh echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc
fish fish_add_path ~/.local/bin

Verify: ipe --version

Usage

Open any .ipe file — the extension activates automatically and starts the language server.

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