Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
572 stars 108 forks source link

New bug with Blade Autocompletion #248

Open sakaye opened 4 years ago

sakaye commented 4 years ago

I am working on a Laravel project and noticed that recently when I'm typing inside any HTML tag like <p> or <h*> the auto completion window pops up after every "space" keydown. All the auto completion suggestions are blade directives. I do not recall this happening in the past. I attached a screenshot below showing what happens just after pressing the "space" key.

I tried looking for other settings outside of disabling Auto Completion and couldn't find anything that would fix the problem. Does anyone have any suggestions?

Screen Shot 2019-11-06 at 2 50 09 PM