krakjoe / ui

Cross platform UI development in PHP
Other
518 stars 39 forks source link

can not find the declaration on my IDE #34

Open AtlanticF opened 7 years ago

AtlanticF commented 7 years ago

I am build the extension success, but in my IDE(PHPStrom), it can not find the declaration to go. How to let my IDE to find the declaration for this extension? like use UI\Window;

RyanNerd commented 7 years ago

This is because JetBrains (who makes PhpStorm) does not have the ui extension listed in their stubs.

There's a way you can contribute take a look at the contribution guidelines from the link.

AtlanticF commented 7 years ago

@RyanNerd Yes, i got it. Thank you so much.