Skip to content

paxdotdev/vscode-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pax VS Code Extension

This extension aims to streamline Pax development in Visual Studio Code. Integrate Pax components effortlessly into your native apps and websites.

Features

Syntax Highlighting

Adds syntax highlighting for .pax files to make your development faster and more efficient.

Error Highlighting

Adds error highlighting for .pax files to show you compile-time errors in your editor.

Auto-Completion

Provides auto-completions for Pax components and attributes.

Go-to definition

Provides go-to definition for Pax components, types and properties.

Requirements

  • Visual Studio Code: Version 1.80.0 or later
  • Pax CLI: Installed on your system.
    cargo add pax-cli

Extension Settings

This extension contributes the following settings:

  • pax-extension.enable: Enable/disable the extension.
  • pax-extension.autocomplete: Enable/disable auto-completions for Pax.

Known Issues

No known issues at this time.

Release Notes

1.0.0

Initial release with highlighting, auto-completion, and go-to definition

More Information

Let's build something beautiful!