amir9480 / vscode-laravel-extra-intellisense

This extension adds extra autocompletion for laravel projects to VSCode.
https://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.laravel-extra-intellisense
MIT License
3.44k stars 55 forks source link

Wrong autocomplete on @stack directive in blade template files #89

Closed webdevsavvy closed 1 year ago

webdevsavvy commented 1 year ago

When autocompleting @stack directive the extension replaces the resulting text to the directive @method image image

Using version v0.6.2

webdevsavvy commented 1 year ago

I found the issue on line 102 of BladeProvider.ts

webdevsavvy commented 1 year ago

i see there is already a pull request for this fix ill see myself out