Atom not showing autocomplete for local properties -


i've switched on atom , having hard time getting autocomplete work properly.

i have basic class properties:

class myclass{      // define properties     public $id = 0;     public $datecreated;     public $request;     public $response;      ////////////////////////////////////     // constructor     public function __construct(){      } } 

when typing datecreated, autocomplete picks builtin functions:

shows php builtinfunctions

but never finds property:

my property not showing up

i have checked settings in atom autocomplete-plus package, making sure check "include completions buffers" , "enable built-in provider"

i haven't found other packages fix this. looks language specific packages.

is there missing? need different provider instead of built-in one?


Comments

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

amazon web services - AWS Route53 Trying To Get Site To Resolve To www -