Skip to content

Commit 14e354f

Browse files
committed
💢
1 parent f51aa96 commit 14e354f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

‎README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
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`
76
Search 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`
1514
Search 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`
2322
Use 'Ctrl' or 'Alt' + click, jump to the first match file.
24-
## `laravel_goto_view.folderTip`
23+
## `laravel_goto_view.folderTip`
2524
Display the path name of the configuration

0 commit comments

Comments
 (0)