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:
but never finds property:
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
Post a Comment