Laravel Blade Snippets, Syntax Highlighting and Formatting for VS Code.
Converted from language-blade.
Enable html emmet:
"emmet.includeLanguages": { "blade": "html" },
- Syntax highlighter
- Blade snippets
- Blade formatting
Calling out known issues can help limit users opening duplicate issues against your extension.
Users appreciate release notes as you update your extension.
- Add support to vscode 1.37
- Update README.md file
- Added blade formatting
- Change codebase to newest vscode extension template
- Added some new directive based on Laravel 6.x
- Update README.md
- Compatible with vscode 1.39 and above
Initial release