absszero / LaravelGoto

Goto various Laravel files by Alt+Left-Click
MIT License
9 stars 1 forks source link

does it support blade @include? #5

Closed kolydart closed 1 year ago

kolydart commented 1 year ago

Hi. Thanks for the fantastic package! When I click on a blade @include('partial.items.show'), it does not respond. Is blade "@include" supported?

absszero commented 1 year ago

Hi. Thanks for the fantastic package! When I click on a blade @include('partial.items.show'), it does not respond. Is blade "@include" supported?

Hi, I have released a new version 4.14.0 to support '@include' and other blade directives.

kolydart commented 1 year ago

Thank you for the answer, @absszero. The version you refered is for the VS Code package. This package is for SublimeText. I am just mentioning it. Best regards

absszero commented 1 year ago

Sorry the mistake, I'll make a change for SublimeText later.

absszero commented 1 year ago

Thank you for the answer, @absszero. The version you refered is for the VS Code package. This package is for SublimeText. I am just mentioning it. Best regards

A new version is released. https://packagecontrol.io/packages/Laravel%20Goto 👍