codingyu / laravel-goto-view

vscode extension
MIT License
45 stars 28 forks source link

Not working after regex added #23

Closed mossen closed 2 years ago

mossen commented 5 years ago

Fixed by changing regex from: "laravel_goto_view.regex": "(?<=view\\(|@include\\(|@extends\\(|@component\\()(['\"])[^'\"]*\\1" to: [^'\"]* Though this is too general, it does the job and solved the issue.

github-actions[bot] commented 2 years ago

Stale issue message