Skip to content

Releases: attitude/phpx

phpx-language-support-0.2.0.vsix

12 Apr 21:56
4ad26f6

Choose a tag to compare

LSP / Extension

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

11 Apr 12:40
6c0d674

Choose a tag to compare

What's Changed

  • feat(extension): Forgive errors and output size while writing by @attitude in #17

Full Changelog: v0.1.0...v0.1.1

phpx-language-support-0.1.0.vsix

23 Mar 12:37
87594f3

Choose a tag to compare

Pre-release

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:

  1. Install package via Composer
  2. Setup the watch scripts to compile PHPX to PHP
  3. Install the attached extension
  4. Profit!

Enjoy!