https://github.com/bowphp/vscode-goto-view-extension
https://github.com/bowphp/vscode-goto-view-extension
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bowphp/vscode-goto-view-extension
- Owner: bowphp
- License: mit
- Created: 2023-04-20T12:53:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T12:53:38.000Z (almost 3 years ago)
- Last Synced: 2025-09-04T18:44:21.030Z (7 months ago)
- Language: TypeScript
- Size: 556 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://marketplace.visualstudio.com/items?itemName=codingyu.laravel-goto-view) [](https://marketplace.visualstudio.com/items?itemName=codingyu.laravel-goto-view)
# How to use

# 🚀🚀🚀
# Settings
## regex
Custom regex for matching strings.
## maxLinesCount
Maximum number of scanning rows.
Default: 666
## folders
Search according to the configured path.
```json
"laravel_goto_view.folders": {
"default" : "/resources/views",
"theme_xxx": "/resources/views/theme_xxx"
}
```
## extensions
Search views according to the configured extensions.
```json
"laravel_goto_view.extensions": [
".blade.php",
".inky.php"
]
```
## quickJump
Use `Ctrl` or `Alt` + `click` to jump to the first matched file.
> Mac or Windows, It depends on your configuration
## folderTip
Display the path name of the configuration.