laravel-blade-snippets-vscode icon indicating copy to clipboard operation
laravel-blade-snippets-vscode copied to clipboard

Don't interfere with PHP code, possibile?

Open gremo opened this issue 4 years ago • 3 comments

Is there a way NOT to making this extension suggest the following:

bade

gremo avatar May 21 '20 09:05 gremo

I second this request. blade suggestions should not show up in code hinting if not editing a *blade.php file.

gaborm74 avatar Jun 10 '20 20:06 gaborm74

@gremo , @gaborm74 These four snippets is for extending custom blade directives.

https://laravel.com/docs/7.x/blade#extending-blade

onecentlin avatar Jun 29 '20 06:06 onecentlin

Thanks @onecentlin for clarifying this. You're right, but is there any way to "restrict" how the code is being suggested/autocompleted? That is, why is suggesting blade directives if I just type RmaRequest::? Is the way VS code works?

gremo avatar Jul 01 '20 20:07 gremo