Skip to content

Commit 5e78766

Browse files
committed
1.3.0
1 parent b390e85 commit 5e78766

8 files changed

+1310
-814
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Change Log
22

33
## 1.3.0
4-
- add a way to stop the extension from search big files
5-
- fix vendor resolveing
4+
- Fix vendor resolveing
5+
- Add a way to stop the extension from search big files
6+
- Add more personalized configuration, please check the introduction
67

78
## 1.2.5
89
- Optimize regular expressions

README.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,21 @@
44

55
![How to use](images/use.gif)
66

7-
# Features
8-
9-
- 👨‍💻
10-
- Support for custom path
11-
- Support for [nwidart/laravel-modules](https://packagist.org/packages/nwidart/laravel-modules)
7+
# 🚀🚀🚀
128

139
# Settings
1410

11+
## regex
12+
Custom regex for matching strings.
13+
14+
## maxLinesCount
15+
Maximum number of scanning rows.
16+
17+
Default: 666 😂
18+
1519
## folders
1620

17-
Search according to the configured path
21+
Search according to the configured path.
1822

1923
```json
2024
"laravel_goto_view.folders": {
@@ -25,7 +29,7 @@ Search according to the configured path
2529

2630
## extensions
2731

28-
Search views according to the configured extensions
32+
Search views according to the configured extensions.
2933

3034
```json
3135
"laravel_goto_view.extensions": [
@@ -36,8 +40,9 @@ Search views according to the configured extensions
3640

3741
## quickJump
3842

39-
- Use `Ctrl` or `Alt` + `click` to jump to the first matched file.
43+
Use `Ctrl` or `Alt` + `click` to jump to the first matched file.
4044

4145
## folderTip
4246

43-
- Display the path name of the configuration
47+
Display the path name of the configuration.
48+

0 commit comments

Comments
 (0)