onecentlin / laravel-blade-snippets-vscode

Laravel blade snippets and syntax highlight support for Visual Studio Code
MIT License
137 stars 38 forks source link

Request for Additional Laravel Snippets in New Version #182

Open UtkucanBaris opened 4 months ago

UtkucanBaris commented 4 months ago

Issue Description

The current set of Laravel snippets available does not cover the newer features and classes introduced in the latest Laravel version. For instance, snippets for the Arr class such as Arr::first are missing.

Expected Snippets

It would be beneficial for the Laravel community if the snippet library could be expanded to include snippets for:

Additional Context

The lack of comprehensive snippets for the latest Laravel version hinders productivity and does not leverage the full potential of the framework's capabilities.

Thank you for considering this enhancement to the Laravel snippets extension.