-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Laravel Idea breaks insert paired brackets and quotes inside blade.php files #1092
Comments
phpstorm.mp4In this video I first have a blade.php file open without Laravel Idea enabled and the auto-closing of [ works perfectly. I then enable Laravel Idea and restart PhpStorm (There's a small cut to not show my desktop) and the auto-closing works while the files are being indexed. Once the indexing is done and the blue bar down to the right is gone it only works sporadically if spammed. |
Hello. I couldn't repeat it. And honestly, I can't imagine how Laravel Idea can break something like that... |
I understand, I'm at a loss too. I have tried reinstalling PhpStorm (removing all configs) and Laravel Idea as well, but still the same issue. I guess the only thing I have left to try is to reinstall Windows, |
Please don't reinstall Windows. It won't help. I'll try to ask PhpStorm team about it. |
I was able to replicate the problem on my laptop as well and it seems to be Livewire Volt component files that has this issue. These are the steps I took as exact as I can recall: Fresh install of PhpStorm, Laravel Idea and Laravel Herd.
Open Sorry, should have properly described how to reproduce it. |
Bug description
Pressing [, ' or any other bracket inside a blade.php does not auto-close.
Expected output: []
Current output: [
It works as expected inside a normal php file as well inside json. Before the plugin has indexed all files it works within blade.php as well, but as soon as it's all indexed it stops working.
After disabling the plugin everything works as expected.
Plugin version
8.4.0.241
Operating system
Windows
Steps to reproduce
Enable auto-closing in PhpStorm and have Laravel Idea enabled and create a blade.php file and try to type [ or any other bracket.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: