-
Notifications
You must be signed in to change notification settings - Fork 105
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
#30: Completion. Remove PHP completions from all not appropriate places in XML files #76
#30: Completion. Remove PHP completions from all not appropriate places in XML files #76
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
/* File Path Completion provider */ | ||
extend(CompletionType.BASIC, psiElement(XmlTokenType.XML_ATTRIBUTE_VALUE_TOKEN) | ||
.inside(XmlPatterns.xmlAttribute().withName("template")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi.
I've refactored most of the string literals to constant classes. Please do the same way.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are storing all magento related string literals under com/magento/idea/magento2plugin/magento
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤞 I'm about the new changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, I will make sure of these changes
I see other issues, however, let's fix them in the scope of a separate task. |
This PR includes reward labels for #62. |
Description (*)
This PR will fix the PHP class and module name completion from inappropriate places
Fixed Issues (if relevant)
Contribution checklist (*)