Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion of config properties #1480

Closed
btxtiger opened this issue Nov 6, 2023 · 1 comment
Closed

Completion of config properties #1480

btxtiger opened this issue Nov 6, 2023 · 1 comment
Labels

Comments

@btxtiger
Copy link

btxtiger commented Nov 6, 2023

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
Copy link
Collaborator

mfn commented Nov 8, 2023

No, it doesn't.

For PhpStorm, maybe https://plugins.jetbrains.com/plugin/13441-laravel-idea

@mfn mfn closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants