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 auto-completions for Pax components and attributes.
Provides go-to definition for Pax components, types and properties.
- Visual Studio Code: Version 1.80.0 or later
- 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.
No known issues at this time.
Initial release with highlighting, auto-completion, and go-to definition
Let's build something beautiful!