Skip to content

Commit

Permalink
Create ide.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adelf authored Aug 1, 2022
1 parent dd32fc5 commit 76c36ad
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 76c36ad

Please sign in to comment.