laravel-ide-helper icon indicating copy to clipboard operation
laravel-ide-helper copied to clipboard

no effect

Open dvlpr91 opened this issue 2 years ago • 2 comments

Versions:

  • ide-helper Version: 2.13
  • Laravel Version: 10.22
  • PHP Version: 8.2

Question:

  1. composer require --dev barryvdh/laravel-ide-helper
  2. php artisan ide-helper:eloquent
  3. php artisan ide-helper:generate
  4. php artisan ide-helper:models

However, this has no effect when calling the model's relational and eloquent methods.

  • environment: vim(coc language server) and laravel sail.

dvlpr91 avatar Sep 07 '23 06:09 dvlpr91

This package has helped me a lot in the past.

But not now. Is there a package that can replace this package?

dvlpr91 avatar Sep 07 '23 07:09 dvlpr91

vim(coc language server)

Never heard of this, does it even support what this package provides?

Primary target is PhpStorm, as it's the most advanced one. Second Visual Code I guess, with mixed success from what I read here.

vim/coc… 🤷🏼

mfn avatar Sep 07 '23 15:09 mfn