We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673e097 commit e3a85b7Copy full SHA for e3a85b7
README.md
@@ -11,6 +11,14 @@ Search according to the configured path
11
"theme_xxx": "/resources/views/theme_xxx"
12
}
13
```
14
+## `laravel_goto_view.extensions`
15
+Search views according to the configured extensions
16
+```
17
+"laravel_goto_view.extensions": {
18
+ "default" : ".blade.php",
19
+ "inky": ".inky.php"
20
+}
21
22
## `laravel_goto_view.quickJump`
23
Use 'Ctrl' or 'Alt' + click, jump to the first match file.
24
## `laravel_goto_view.folderTip`
0 commit comments