An open API service indexing awesome lists of open source software.

https://github.com/bowphp/vscode-goto-view-extension


https://github.com/bowphp/vscode-goto-view-extension

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

[![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)

# How to use

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

# 🚀🚀🚀

# 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.