You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Intermittent Autocomplete Issue for Eloquent Models in VS Code Extension
Description:
The autocomplete for Eloquent models in the VS Code extension works inconsistently. Roughly 1 in 100 times it suggests model properties/methods, but most of the time, it doesn't work.
Steps to Reproduce:
Type Model::where('') – No autocomplete appears.
Type:
$model = newModel;
$model->con...
No suggestions for properties/methods appear.
Try Model::W... – Sometimes, no autocomplete is shown.
Expected Behavior:
The extension should consistently suggest model methods and properties.
Actual Behavior:
Autocomplete rarely appears, making it unreliable.
Additional Info:
I've attached an image showing the issue.
This happens for both Model::query() methods and when instantiating a new model.
The text was updated successfully, but these errors were encountered:
Extension Version
0.1.18
PHP Binary
Local PHP
Operating System
Linux
What happened?
Title: Intermittent Autocomplete Issue for Eloquent Models in VS Code Extension
Description:
The autocomplete for Eloquent models in the VS Code extension works inconsistently. Roughly 1 in 100 times it suggests model properties/methods, but most of the time, it doesn't work.
Steps to Reproduce:
Model::where('')
– No autocomplete appears.Model::W...
– Sometimes, no autocomplete is shown.Expected Behavior:
Actual Behavior:
Additional Info:
Model::query()
methods and when instantiating a new model.The text was updated successfully, but these errors were encountered: