Search -> Find Usages ... and Namespace
Hello !
In the moment i test the function 'Search' -> 'Find Usages ...' in the PhpStorm Editor.
Can i use this function when i have namespaces in my script ?
Your sincerly
Stephan
Please sign in to leave a comment.
Only for "terminal" namespaces i.e.
namepace com.mycompany;
only for mycompany, not for com