Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick jump options for Livewire components #56

Open
jdjebi opened this issue Jul 1, 2022 · 1 comment
Open

Quick jump options for Livewire components #56

jdjebi opened this issue Jul 1, 2022 · 1 comment

Comments

@jdjebi
Copy link

jdjebi commented Jul 1, 2022

Hi, I don't have the knowledge to contribute to a vscode extension but I think it would be cool to be able to make a quick jump to the syntaxes integrating the livewire components in a view like the ones below:

<livewire:my-component :data="..." :wire:key="..."> and @livewire('my-component',[...],key(...))

@bilogic
Copy link

bilogic commented Nov 10, 2023

I agree!! Actually, make it more generic: currently I'm writing {{-- @include("Livewire.Example") --}} and it jumps to my component code.

It would be great if we can have something non-blade such as @codejump("Livewire.Example") so that it breaks if not wrapped in comments, that makes it clear it is just a hyperlink.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants