Search -> Find Usages ... and Namespace Stephan Krauß 创建于 2011年09月27日 15:39 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 sincerlyStephan
Only for "terminal" namespaces i.e.
namepace com.mycompany;
only for mycompany, not for com