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 1
1
[ ![ 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 )
2
2
# How to use
3
- ![ How to use] ( images/use.jpg )
4
3
![ How to use] ( images/use.gif )
5
4
# Settings
6
- ## ` laravel_goto_view.folders `
5
+ ## ` laravel_goto_view.folders `
7
6
Search according to the configured path
8
7
```
9
8
"laravel_goto_view.folders": {
10
9
"default" : "/resources/views",
11
10
"theme_xxx": "/resources/views/theme_xxx"
12
11
}
13
- ```
14
- ## ` laravel_goto_view.extensions `
12
+ ```
13
+ ## ` laravel_goto_view.extensions `
15
14
Search views according to the configured extensions
16
15
```
17
16
"laravel_goto_view.extensions": {
18
17
"default" : ".blade.php",
19
18
"inky": ".inky.php"
20
19
}
21
- ```
22
- ## ` laravel_goto_view.quickJump `
20
+ ```
21
+ ## ` laravel_goto_view.quickJump `
23
22
Use 'Ctrl' or 'Alt' + click, jump to the first match file.
24
- ## ` laravel_goto_view.folderTip `
23
+ ## ` laravel_goto_view.folderTip `
25
24
Display the path name of the configuration
You can’t perform that action at this time.
0 commit comments