Skip to content

[help] How to make autocompletion works in blade? #72

Answered by EmranMR
feryardiant asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @feryardiant I just pushed the new version with Inertia and Ziggy directives support.

did you have any plan to add supports for directives from third-party packages?

The custom if statements are already supported as long as the third party package, follows the Laravel convention. If there are none-standard directives, they need to be defined by the grammar. For example, Livewire 3 has some directives that are not hardcoded and already supported.

For keyword style directives, they all need to be defined manually. There are actually not that many keywords as far as I know, and thankfully it is super easy to extend the grammar. However, dynamic support is fairly impossible, to give you …

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@feryardiant
Comment options

@calebdw
Comment options

@calebdw
Comment options

@feryardiant
Comment options

@calebdw
Comment options

Comment options

You must be logged in to vote
1 reply
@EmranMR
Comment options

Answer selected by feryardiant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement New feature or request
3 participants