Page 1 of 1

Intellisense for PHP extension

PostPosted: April 1st, 2016, 3:50 pm
by pthruesen
Hi, I'm in need of intellisense help for an installed PHP-extension that I've installed by importing DLL's from pecl.php.net. It cannot find any of the classes from the extension (named "Cassandra") ... which makes some sense to me as I have only linked/installed DLL's to PHP.

I'm in possession of the PHP source files (with PHPDoc) for the library but I cannot find any handy way to "update" intellisense. Preferably without including/importing the extension source files to all my VS projects.

I hope someone knows what to do - thanks :-)