Skip to content

Commit e3a85b7

Browse files
committed
Updated README.md with the new extensions config variable.
1 parent 673e097 commit e3a85b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Search according to the configured path
1111
"theme_xxx": "/resources/views/theme_xxx"
1212
}
1313
```
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+
```
1422
## `laravel_goto_view.quickJump`
1523
Use 'Ctrl' or 'Alt' + click, jump to the first match file.
1624
## `laravel_goto_view.folderTip`

0 commit comments

Comments
 (0)