nvlad / yii2support

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

Create directory for controller views when creating views #147

Closed samdark closed 6 years ago

samdark commented 7 years ago
  1. Create new controller TestController.
  2. Type return $this->render('index'); in actionIndex().
  3. Create view via intent.
  4. Nothing happens because directory test isn't there.

IDE should create directory for me.

insperedia commented 7 years ago

Thanks. This is nvlad's area, do not plan to touch it until I finished work with some features (Url and Params autocompletion). So cannot say when we will implement it.

samdark commented 7 years ago

It's not a big deal. Just a small inconvenience.

samdark commented 7 years ago

Thank you and @nvlad for working on it.