File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11[ ![ Marketplace Version] ( https://vsmarketplacebadge.apphb.com/version/codingyu.laravel-goto-view.svg )] ( https://marketplace.visualstudio.com/items?itemName=codingyu.laravel-goto-view ) [ ![ Installs] ( https://vsmarketplacebadge.apphb.com/installs/codingyu.laravel-goto-view.svg )] ( https://marketplace.visualstudio.com/items?itemName=codingyu.laravel-goto-view )
22# How to use
3- ![ How to use] ( images/use.jpg )
43![ How to use] ( images/use.gif )
54# Settings
6- ## ` laravel_goto_view.folders `
5+ ## ` laravel_goto_view.folders `
76Search according to the configured path
87```
98"laravel_goto_view.folders": {
109 "default" : "/resources/views",
1110 "theme_xxx": "/resources/views/theme_xxx"
1211}
13- ```
14- ## ` laravel_goto_view.extensions `
12+ ```
13+ ## ` laravel_goto_view.extensions `
1514Search views according to the configured extensions
1615```
1716"laravel_goto_view.extensions": {
1817 "default" : ".blade.php",
1918 "inky": ".inky.php"
2019}
21- ```
22- ## ` laravel_goto_view.quickJump `
20+ ```
21+ ## ` laravel_goto_view.quickJump `
2322Use 'Ctrl' or 'Alt' + click, jump to the first match file.
24- ## ` laravel_goto_view.folderTip `
23+ ## ` laravel_goto_view.folderTip `
2524Display the path name of the configuration
You can’t perform that action at this time.
0 commit comments