Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

self and this not completing #366

Open BigfootN opened 6 years ago

BigfootN commented 6 years ago

Hello,

Unfortunately I noticed that self and $this were automatically not completed (inside a class method, of course). Here is my composer.json:

{
  "name": "project_name",
  "type": "project",
  "require": {},
  "autoload": {
  "psr-4": {
     "Database\\": ""
    }
  }
}

The dump-autoload command runs fine, the autoload.php is correctly generated. I really don't see any noticeable problem.

Thank you very much in advance for any help