nvlad / yii2support

Yii2 Support for PhpStorm / IntelliJ IDEA
https://plugins.jetbrains.com/idea/plugin/9388-yii2-support
Other
294 stars 53 forks source link

render view cannot resolve #235

Open papppeter opened 4 years ago

papppeter commented 4 years ago

What steps will reproduce the problem?

use advanced template create a new structure where you have modules in root directory

What is the expected result?

render should work

What do you get instead?

render('') displays path to a file, but i cannot click trough. if the view file does not exist it can create but than it does not see it any more

Additional info

Screenshot_86

Q A
IDE Name PhpStorm
IDE Version 2019.2.2
Plugin version 0.10.57.23
Yii App Template advanced
ldar commented 4 years ago

I specified in the settings of plugin "Yii Root Path" and it worked for me

TDola commented 3 years ago

I specified in the settings of plugin "Yii Root Path" and it worked for me

How do you do that? Where is the settings of the plugin?

anton6378 commented 3 years ago

Setting Yii Root Path (File | Settings | Languages & Frameworks | PHP | Yii2 Support) helps for a short period of time. After a while the problem arises again. I'm using basic template.

theonedemon commented 1 year ago

plugin version 0.10.58.52 not found view in modules folder

yii2 2.0.38 ( template basic )

theonedemon commented 8 months ago

any news?