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

Add completion modules #11

Merged
merged 37 commits into from
Oct 4, 2023
Merged

Add completion modules #11

merged 37 commits into from
Oct 4, 2023

Conversation

pbogut
Copy link
Owner

@pbogut pbogut commented Oct 3, 2023

  • Add completion for template files
    • In template="" attributes.
    • In attributes with xsi:type="string" and name="template"
  • Add completion for events:
    • In <event name=""> attribute, event list is static, so only Magento events (no custom extentions).
  • Add completion for PHP Classes
    • In <preference for="">, <preference type="">
    • In class and instance attributes.
    • In tags with xsi:type="object" attributes.
    • In <backend_model/>, <frontend_model/> and <source_model/> tags.
  • Add component completion in xml and js files
    • In tags with name="component" and "xsi:type="string".
    • In argument list for define() function in JS files

pbogut added 30 commits October 1, 2023 13:13
@pbogut pbogut merged commit 1d8a39b into master Oct 4, 2023
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