Skip to content

Commit

Permalink
add ide.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emargareten committed Jun 5, 2023
1 parent 1faaa77 commit 7701fcb
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions ide.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json",
"completions": [
{
"complete": "routeName",
"condition": [
{
"methodNames": ["baseRoute"],
"classFqn": ["\\Emargareten\\InertiaModal\\Modal"],
"parameters": [1]
}
]
},
{
"complete": "inertiaPage",
"condition": [
{
"methodNames": ["__construct"],
"classFqn": ["\\Emargareten\\InertiaModal\\Modal"],
"parameters": [1]
}
]
},
{
"complete": "inertiaPage",
"condition": [
{
"methodNames": ["modal"],
"classFqn": ["\\Inertia\\Inertia"],
"parameters": [1]
}
]
}
]
}

0 comments on commit 7701fcb

Please sign in to comment.