barryvdh / laravel-ide-helper

IDE Helper for Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ide-helper not showing all suggested methods while use PHP Intelephense v1.10.4

Sourav1018 opened this issue · comments

Versions:

  • ide-helper Version: 3.0
  • Laravel Version: 10.48.7
  • PHP Version: 8.2.12

Description:

  • The problem is when i use v1.10.4 [PHP Intelephense] my laravel ide helper is not suggest me all the helper functions.
  • if i use older PHP Intelephense v1.8.2 then its working, main issue is if i install older version which not provide the updated suggestion for php.

Steps To Reproduce:

install v1.10.4 PHP Intelephense
install v3.0 ide-helper
now on user model try to use where magic method which not showing.
User::where()