Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codingyu committed May 12, 2019
1 parent b390e85 commit 5e78766
Show file tree
Hide file tree
Showing 8 changed files with 1,310 additions and 814 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Change Log

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

## 1.2.5
- Optimize regular expressions
Expand Down
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@

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

# Features

- πŸ‘¨β€πŸ’»
- Support for custom path
- Support for [nwidart/laravel-modules](https://packagist.org/packages/nwidart/laravel-modules)
# πŸš€πŸš€πŸš€

# Settings

## regex
Custom regex for matching strings.

## maxLinesCount
Maximum number of scanning rows.

Default: 666 πŸ˜‚

## folders

Search according to the configured path
Search according to the configured path.

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

## extensions

Search views according to the configured extensions
Search views according to the configured extensions.

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

## quickJump

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

## folderTip

- Display the path name of the configuration
Display the path name of the configuration.

Loading

0 comments on commit 5e78766

Please sign in to comment.