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

[PR] Intellisense autocomplete also suggests private or protected met… #681

Closed
wants to merge 7 commits into from
Closed

Commits on Nov 9, 2018

  1. [PR] Intellisense autocomplete also suggests private or protected met…

    …hod and properties
    
    Checking the visibility and the context from where the node is: inside a method declaration or after an instantiation
    gnoe committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    5835bd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    a54fcf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1bdcbd View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    Ignoting Netbeans conf
    gnoe committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    b808e3c View commit details
    Browse the repository at this point in the history
  4. Minor changes

    gnoe committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    88bb2ea View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/gnoe/php-language-server

    …into fix/visibility
    gnoe committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    1b81ac0 View commit details
    Browse the repository at this point in the history
  6. Merging with master

    gnoe committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    df898ec View commit details
    Browse the repository at this point in the history