laravel-idea / plugin

Laravel Idea plugin for PhpStorm
https://laravel-idea.com/
175 stars 7 forks source link

[Bug]: PhpStorm freezes when add this.$t() on .vue files #862

Open carvemerson opened 1 year ago

carvemerson commented 1 year ago

Bug description

PhpStorm freezes when add this.$t() on .vue files.

When I start to type this.$t('something. the PhpStorm freezes. I have a very very big list of translations, in multiple languages, maybe that is the cause? On php files, it works fine.

Plugin version

7.4.3.232

Operating system

MacOS

Steps to reproduce

No response

Relevant log output

No response

carvemerson commented 12 months ago

image I unchecked the Complete Laravel localization keys in JavaScript code, and PhpStorm is not freezing anymore.