Code completion for solr extension. Follow
I'm using a php extension solr (http://ua2.php.net//solr). It's possibly create autocompletion for this pecl extension ?
Please sign in to leave a comment.
I'm using a php extension solr (http://ua2.php.net//solr). It's possibly create autocompletion for this pecl extension ?
Please sign in to leave a comment.
Hi there,
http://youtrack.jetbrains.com/issue/WI-174#comment=27-308661 -- it has some solr stub file attached (over 1 year old; no idea how good it is).
Download that file and place anywhere in your project (will be used by IDE only).
You can modify that file to be more accurate (e.g. add parameter types; missing functions/classes etc). The same approach is used for all known to PhpStorm classes/functions/constants -- just Ctrl+Click on any standard function/class and see it yourself.
P.S.
Actual solr-specific ticket: http://youtrack.jetbrains.com/issue/WI-6620
Thanks, that it's fine.