This extension aims to streamline Pax development in Visual Studio Code. Integrate Pax components effortlessly into your native apps and websites.
Adds syntax highlighting for .pax
files to make your development faster and more efficient.
Adds error highlighting for .pax
files to show you compile-time errors in your editor.
Provides go-to definition for Pax components, types and properties.
Provides information on types/components in .pax files
Provides auto-completion within .pax files
- Visual Studio Code: Version 1.80.0 or later
- rust-analyzer extension: Installed and enabled
- Pax CLI: Installed on your system
cargo add pax-cli
This extension contributes the following settings:
pax-extension.enable
: Enable/disable the extension.pax-extension.autocomplete
: Enable/disable auto-completions for Pax.
Let's build something beautiful!