-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PhpStorm 9 support (jump to model does not work) #9
Comments
I have not messed with CI in a long time. Feel free to make a pull request if you find a solution. |
Hey igordegraf, have made change in original Ci_phpStrom.php or my_models.php file ? |
I'm having this problem as well, did anyone have a solution for this? |
I just merged in 2 PR's |
I'll check this out first thing at work tomorrow =] |
I just pulled the latest updates, and it is still the same behavior. It works for model->function, but not the actual models. Also autocomplete still works. |
What version CI are you using? |
Sorry for the delayed answer (life suddenly got real), and that i havn't checked what versions of CI that are supported (there's not really any excuse, and i will double check this now). |
In phpstorm 9 jumping to model (CTRL+click) from controller opens helper file included to project from this solution instead of real model file.
Autocomplete works fine.
Do anyone knows workaround or solution (fix) ?
The text was updated successfully, but these errors were encountered: