Releases: attitude/phpx
Releases · attitude/phpx
phpx-language-support-0.2.0.vsix
LSP / Extension
- feat: Init LSP by @attitude in #21
- chore: Simplify LSP by @attitude in #22
- chore: Simplify extension by @attitude in #25
PHPX Source
- fix(Parser): Handle unexpected end of input gracefully by @attitude in #18
- fix(Parser): Handle truncated and malformed tags gracefully by @attitude in #19
- ci: Add GitHub Actions CI workflow with PHP 8.3–8.5 matrix by @attitude in #20
- chore: Simplify the source by @attitude in #23
Full Changelog: v0.1.1...v0.2.0
phpx-language-support-0.1.1.vsix
What's Changed
Full Changelog: v0.1.0...v0.1.1
phpx-language-support-0.1.0.vsix
First PHPX Visual Studio Code Extension is here! 🎉
There are a few things to keep in mind, but it seems to be working well with a watch. The Cmd+click through or hovering info is doing its job. To be clear, most of the code was written by Claude, and I just helped guide it.
Follow the README to set up the environment, but the outline should be:
- Install package via Composer
- Setup the watch scripts to compile PHPX to PHP
- Install the attached extension
- Profit!
Enjoy!