ekvedaras / laravel-query-intellij

💿 Laravel Query Builder integration for PhpStorm
MIT License
47 stars 3 forks source link

Warning on alias #68

Closed time4dev closed 2 years ago

time4dev commented 2 years ago

hello. image example warning on alias table. Maybe I'm doing something wrong? phpStorm latest. plugin updated. autocomplete on alias work perfectly image problem only inside "leftJoin" image

ekvedaras commented 2 years ago

Hey. The code seems ok. I will check it 🙂

time4dev commented 2 years ago

Hey. The code seems ok. I will check it 🙂

i am little bit modyfy post. code its ok. problem in autocomplete inside leftJoin only. inside select alias completions is ok Thanks

ekvedaras commented 2 years ago

Ok this one is a bit weird. I can't reproduce it. Tried to recreate similar scenarios and it just works 🤔

ekvedaras commented 2 years ago

Would it be possible for you to send me DB structure of relevant tables with relevant model files to kvedarasernestas@gmail.com ? Or post it here if you are able to.