onecentlin / laravel-blade-snippets-vscode

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

Add @class directive snippet #140

Closed wilsenhc closed 2 years ago

onecentlin commented 2 years ago

@wilsenhc Thanks for your contributes. PR #136 was raised before. However, I prefer to enhance this in syntax highlight instead of snippets. Any thoughts?

wilsenhc commented 2 years ago

Why not both? Would be nice to have that as a snippet, since it also helps with discoverability of the feature

Can you elaborate in how would you improve it with syntax highlighting? As I see it here it is highlighted correctly image

I'll need to check VSCode Language Server documentation to see how to implement/enhance that and include it in the PR