Releases: mani-hash/view-php
Releases · mani-hash/view-php
First Release - v1.0.0
[1.0.0] - 2025-08-09
Added
- Initial public release of the
view-phpVS 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.jsonfor extension development andtasks.jsonforesbuildwatch.
Full Changelog: https://github.com/mani-hash/view-php/commits/v1.0.0