Finding the current namespace of current php class files in PhpStorm 2017.1.4 -


i'm creating new php class in phpstorm 2017.1.4 file project via below window:

create new php class dialog box

i need set 'namespace' class file, how can find current name space of other php class files in project? there's prompt use ctrl + space open blue dropdown i'm unsure select. there way tell if other class files use 1 of these options?

i've tried following these instructions on jetbrains.com notification (pictured below) pops in bottom right of project window , doesn't tell me i'm looking think i'm using wrong feature.

psr detection notification

i'm new php i've never done before. in advance help!


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -