laravel-intellisense icon indicating copy to clipboard operation
laravel-intellisense copied to clipboard

No autocomplete for Model::create([])

Open Wulfheart opened this issue 4 years ago • 3 comments

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?

Wulfheart avatar Sep 09 '20 11:09 Wulfheart

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 avatar Sep 14 '20 10:09 simoebenhida

@simoebenhida I could try to implement it. Are there any major technical limitations which prevented you from implementing it?

Wulfheart avatar Feb 06 '21 13:02 Wulfheart

@Wulfheart Yeah it is a different feature! But it is doable! Just started working on it this weekend

simoebenhida avatar Feb 21 '21 19:02 simoebenhida