Skip to content

Releases: mani-hash/view-php

First Release - v1.0.0

09 Aug 15:51

Choose a tag to compare

[1.0.0] - 2025-08-09

Added

  • Initial public release of the view-php VS Code extension.
  • Basic TextMate injection grammar for Blade-like directives (@if, @foreach, {{ }}, <c-...>).
  • Component discovery: completion suggestions for components stored under resources/views/components.
  • Hover provider showing component path and quick Open Definition.
  • Diagnostic checks for common template mistakes.
  • Simple snippets and sample syntaxes/ + snippets/ shipped.

Documentation

  • Included full README with installation instructions and recommended workspace settings.
  • Added .vscode/launch.json for extension development and tasks.json for esbuild watch.

Full Changelog: https://github.com/mani-hash/view-php/commits/v1.0.0