vscode-laravel-extra-intellisense
vscode-laravel-extra-intellisense copied to clipboard
Autocomplete not working within model.
When working within a model, it doesn't seem to provide autocompletion for its own properties, attribute modifiers, etc. (But it does provide autocompletion hints for related models, etc.)
@mikebronner Can you please provide an example code that is not working? Ensure you are using the right variable naming as the extension doesn't use any code parser and provides autocomplete based on the variable name.
Also please checkout LaravelExtraIntellisense.modelVariables configuration for adding more custom variable names to provide autocomplete.