https://github.com/paxdotdev/vscode-extension
VS Code extension for Pax
https://github.com/paxdotdev/vscode-extension
extension ide pax plugin typescript ui vscode
Last synced: 11 months ago
JSON representation
VS Code extension for Pax
- Host: GitHub
- URL: https://github.com/paxdotdev/vscode-extension
- Owner: paxdotdev
- License: mit
- Created: 2023-09-21T19:59:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T08:07:54.000Z (over 2 years ago)
- Last Synced: 2024-09-07T02:10:01.451Z (over 1 year ago)
- Topics: extension, ide, pax, plugin, typescript, ui, vscode
- Language: TypeScript
- Homepage: https://www.pax.dev
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
## Current 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.
### Go-to definition
Provides go-to definition for Pax components, types and properties.
### Hover
Provides information on types/components in .pax files
### Auto-Completion
Provides auto-completion within .pax files
## Requirements
- **Visual Studio Code**: Version 1.80.0 or later
- **[rust-analyzer extension](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)**: Installed and enabled
- **Pax CLI**: Installed on your system
```bash
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.
## More Information
- [Pax Official Documentation](https://docs.pax.dev/)
- [VS Code Extension Guidelines](https://code.visualstudio.com/api/references/extension-guidelines)
**Let's build something beautiful!**