Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Editor Support

Relux ships syntax highlighting and language support plugins for VS Code (and Cursor / VSCodium / code-server) and IntelliJ-family IDEs.

VS Code, Cursor, code-server, VSCodium

The extension is published to two registries and works wherever you install it from:

Install from the command line:

code --install-extension spawnlink-eu.relux

Or search for Relux in the Extensions sidebar of your editor.

Features

  • Syntax highlighting for keywords, operators, strings, regex patterns, timeouts, comments.
  • Bracket matching, auto-closing, folding.
  • String interpolation highlighting (${var}, $1).

Source

editors/vscode/ in shizzard/relux. Contributions welcome - see editors/vscode/CONTRIBUTING.md.

IntelliJ IDEA, RustRover, CLion, PyCharm, GoLand, WebStorm

The IntelliJ plugin is published to the JetBrains Marketplace.

Install via Settings -> Plugins -> Marketplace -> search “Relux”.

Source

editors/intellij/ in shizzard/relux.