Skip to content

Add support for @pushIf, @pushOnce, and @use directives in Blade completion #378

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AbdelrhmanSaid
Copy link

This pull request enhances the Blade completion provider by adding support for new Blade directives and their corresponding end directives. These changes improve the autocomplete functionality for Blade templates in the editor.

Additions to Blade directives:

  • Added support for the @pushIf(...) directive with its corresponding end directive @endpushIf. [1] [2]
  • Added support for the @pushOnce(...) directive with its corresponding end directive @endpushOnce. [1] [2]
  • Added support for the @use(...) directive.

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

Successfully merging this pull request may close these issues.

1 participant