First of all, I'm not sure if 'Type Checking' is what i'm after, but i'll explain:
In Android Studio, when I'm referencing a function it'll come up and show me what's required while I'm typing it. Now I know Android Studio is specifically built for Java and it's aware of all the project files in the current project etc. But Is there anything available for PHP like this?
Here is an example from Android Studio:
Currently I'm using sublime, but I can't find a plugin that will something like this (probably because I'm searching for the wrong thing).
Can anyone help / point me in the right direction?
Thanks