Add ide.json for PhpStorm autocompletions

This commit is contained in:
Jack Webb-Heller
2024-07-18 16:00:46 +01:00
committed by GitHub
parent f0e85666c9
commit 0b15fdd40e
+32
View File
@@ -0,0 +1,32 @@
{
"$schema": "https://laravel-ide.com/schema/laravel-ide-v2.json",
"completions": [
{
"complete": "bladeIcon",
"condition": [
{
"methodNames": [
"icon",
"trueIcon",
"falseIcon",
"offIcon",
"onIcon",
"prefixIcon",
"suffixIcon",
"activeIcon",
"completedIcon",
"badgeIcon",
"hintIcon",
"modalIcon",
"descriptionIcon",
"groupedIcon",
"emptyStateIcon"
],
"parameters": [
1
]
}
]
}
]
}