VS Code Extensions
Peko VSCode Support

Peko VSCode Support

by OfficialPeko

Intellisense and syntax highlighting for Pekoscript.

Downloads

2

Rating

(0)

Version

0.1.1

Last updated

Jul 02, 2026

Syntax highlighting and language server features for Pekoscript in Visual Studio Code.

Features

  • Syntax highlighting for .peko files.
  • Language server integration through peko-ls, providing completion, diagnostics, hover, and other features the server supports.

Syntax highlighting works on its own. Language server features require the peko-ls binary.

Requirements

The peko-ls language server must be available for language features to work. The extension looks for peko-ls on the system PATH. Syntax highlighting does not require the server and works without it.

If peko-ls is not found, the extension shows a warning and continues with highlighting only.

Extension settings

This extension contributes the following setting:

  • peko.server.path: Path to the peko-ls binary. Leave empty to use peko-ls from the PATH.

Release notes

See CHANGELOG.md.

License

Licensed under PSAL-1.0.

Copyright 2026 Peko UI Technologies LLC.

Related extensions