Search code examples
databasecassandraphpstorm

How to enable autocomplete in PhpStorm for Datatrax php-driver


Is it possible to activate autocomplete in PhpStorm for Cassandra DataStax php-driver.

I tried the PHPAdvancedAutocomplete extension in PhpStorm but didn't helped.

The driver is loaded as extension. It is also known in phpinfo();.

DataStax php-driver


Solution

  • For all future visitors of this question. Here is the answer.

    Checkout that repository.

    PHP-Cassandra-Stub (for DataStax php-driver)