https://github.com/nhedger/tempest-vscode
Tempest extension for VS Code
https://github.com/nhedger/tempest-vscode
php tempest vscode-extension
Last synced: about 2 months ago
JSON representation
Tempest extension for VS Code
- Host: GitHub
- URL: https://github.com/nhedger/tempest-vscode
- Owner: nhedger
- License: mit
- Created: 2025-07-20T13:11:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-18T03:49:26.000Z (9 months ago)
- Last Synced: 2025-12-26T12:53:51.415Z (6 months ago)
- Topics: php, tempest, vscode-extension
- Homepage: https://marketplace.visualstudio.com/items?itemName=nhedger.tempest
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yaml
- License: LICENSE.md
Awesome Lists containing this project
README
# Tempest for VS Code
The **Tempest extension for Visual Studio Code** is designed to enhance the development experience when working with the Tempest PHP framework.
Currently, it offers the following feature:
- 🎨 Syntax highlighting for Tempest view files
## Installation
The extension can be installed directly from one of the following marketplaces:
- [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=nhedger.tempest)
- [Open VSX Registry](https://open-vsx.org/extension/nhedger/tempest)
Alternatively, you can install it via the command line using the `code` command:
```bash
code --install-extension nhedger.tempest
```
## License
This extension is open-source software licensed under the [MIT License](LICENSE.md).
Copyright © 2025 Nicolas Hedger