Questions tagged [serenata]
2 questions
0
votes
0 answers
How To Get Serenata for Atom to Autocomplete / Goto Definition / etc. With Serialized Objects
I've noticed that PHP objects no longer work with goto definition, autocomplete, linting, tips, etc in Atom using Serenata once they've been serialized and then unserialized and reinstantiated.
Is there a setting or any kind of a hack to get this to…

CreationTribe
- 562
- 1
- 5
- 17
0
votes
1 answer
"Classlike is not defined or imported anywhere." on non-standard annotations (e.g. @prepare, @access)
php-ide-serenata 4.5.1 gives me this error:
Classlike is not defined or imported anywhere.
on this annotation
/**
* @prepare foo
*/
public function bar()
{
}
How can I avoid this?

Thomas Landauer
- 7,857
- 10
- 47
- 99