How to get PhpStorm to show PHPDoc for a C++ library?

169 views Asked by At

I've written a PHP extension in C++ and I'd like PhpStorm to display a PHPDocs tooltip on Ctrl + Q like it does for native PHP methods. Is there a way to achieve this?

0

There are 0 answers