Skip to content

Commit

Permalink
Merge pull request #182 from adelf/patch-1
Browse files Browse the repository at this point in the history
Create ide.json
  • Loading branch information
rubenvanassche authored Aug 1, 2022
2 parents dd32fc5 + 76c36ad commit fd58e53
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ide.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json",
"completions": [
{
"complete": "classFields",
"options": {
"fieldsFilter": {
"fetch": "own",
"modifier": ["public"]
}
},
"condition": [
{
"methodNames": ["from", "optional"],
"classFqn": ["\\Spatie\\LaravelData\\Concerns\\BaseData"],
"place": "arrayKey"
},
{
"methodNames": ["collection"],
"classFqn": ["\\Spatie\\LaravelData\\Concerns\\BaseData"],
"place": "arrayInArrayKey"
}
]
}
]
}

0 comments on commit fd58e53

Please sign in to comment.