barryvdh/laravel-ide-helper

Completion of config properties

btxtiger opened this issue · 1 comments

Versions:

  • ide-helper Version: latest
  • Laravel Version: 10
  • PHP Version: 8.2

Question:

Is this package capable of completing config variables? I am not sure if its not working in my workspace or if the library does not support it

// Example: name and driver should be suggested as available property
$k = config('app.name');
$z = config('scout.driver');
...
mfn commented