laravel-intellisense
laravel-intellisense copied to clipboard
No autocomplete for Model::create([])
When using Model::create([/*attributes*/])
there is no autocomplete for the attributes. Is this behaviour desired? How can I achieve autocomplete for the attributes there?
Hi @Wulfheart
Model::create([/*attributes*/])
Unfortunately is not yet supported!
Just added it to the list! Will close the issue when it is added!
@simoebenhida I could try to implement it. Are there any major technical limitations which prevented you from implementing it?
@Wulfheart Yeah it is a different feature! But it is doable! Just started working on it this weekend