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

Added support find usages for PHP classes in neon #53

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

mesour
Copy link
Contributor

@mesour mesour commented Jan 4, 2020

  • Added support find usages for PHP classes used in neon
  • Added inspections for used undefined classes
  • Increased minimum compatibility with PHPStorm 2018.3

@mesour mesour force-pushed the mn-php-classes-usages branch from 559775b to d5a9174 Compare January 4, 2020 12:18
@@ -28,8 +31,25 @@ public String getValueText() {
return text;
}

public boolean isPhpScalar() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

neslo by to dat do interface? abys nemusel mit instanceof NeonScalarImpl?

return NeonPhpUtil.isReferenceFor(className, ((PhpClass) element));
}

}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing newline

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.

2 participants