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

PHP CodeIntel Updates #3770

Merged
merged 6 commits into from
Nov 26, 2019
Merged

PHP CodeIntel Updates #3770

merged 6 commits into from
Nov 26, 2019

Commits on Nov 26, 2019

  1. Use FQN for PHP types

    ssigwart committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    b7f5d6b View commit details
    Browse the repository at this point in the history
  2. Skip outdated trg-from-pos requests.

    - For large files, trg-from-pos requests can back up as you type. I can't think of any reason why we'd need to process a request if we got a newer request for a new position.
    ssigwart committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    075d6f0 View commit details
    Browse the repository at this point in the history
  3. PSR4 updates

    - Allow filenames like MyClass.class.php
    - When doing PSR4 lookup, only concider paths that match namespace
    - Do not look at global scope with doing PSR4 lookups
    ssigwart committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    ec91c5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2069894 View commit details
    Browse the repository at this point in the history
  5. Remove semicolons

    ssigwart committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    dff4d5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    330a1db View commit details
    Browse the repository at this point in the history