I use PHPStorm as IDE to develop components for Joomla for few years already. It used to work perfectly. But one moment, not sure exactly when, it stoped intellisense on a lot of things.
For instance very basic JFactory
. SO when ever I use it I have to type manually by memmory. Why is that? I am sure it is some weired Joomla library structure and not PHPStorm issue.
Just make project out of Joomla 3.8 folder
I expect intellisense
No intellisense
No
No
Labels |
Added:
?
|
It is because of the namespacing, we have a script build/stubGenerator.php that will created a stub.php in the root and then you are good to go and it should work as before
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-04-10 16:08:51 |
Closed_By | ⇒ | rdeutz |
@Serhioromano 2018.1 should recognize it out of the box otherwise use the EAP build.
And how do I do I run it? In a terminal php ./build/stubGenerator.php
sounds right
Duplicate #20030 ?