VS Code Extension

VS Code Extension

Enhance your Aether development experience with our VS Code extension

Aether VS Code Extension

Aether VS Code Extension

Get syntax highlighting, IntelliSense, and tooling for Aether

Features

Syntax Highlighting

Beautiful highlighting for Aether syntax and keywords

IntelliSense

Smart completions for Aether APIs and services

Code Actions

Refactoring and quick fixes for common patterns

Integrated Tooling

Run and debug Aether services directly from VS Code

Installation

From VS Code Marketplace

Search for "Aether Language" in the Extensions view (Ctrl+Shift+X) and click Install.

From VSIX File

Download the extension VSIX file and install it manually:

code --install-extension aetherlang-1.0.2.vsix

Manual Installation

  1. Download the VSIX file from our releases
  2. Open VS Code and go to the Extensions view
  3. Click the "..." menu and select "Install from VSIX"
  4. Browse to the downloaded VSIX file and select it
  5. Reload VS Code when prompted

Configuration

The extension works out of the box, but you can customize its behavior in VS Code settings:

Aether: Server Path

Path to the Aether language server if you want to use custom builds

"aether.serverPath": "/path/to/aeth"

Aether: Format On Save

Enable/disable automatic formatting when saving Aether files

"aether.formatOnSave": true

Aether: Lint Level

Control the level of linting (none, basic, strict)

"aether.lintLevel": "basic"