enriquepiatti / Magicento

PHPStorm plugin for Magento developers
115 stars 35 forks source link

[Magento1] PHPStorm 2017.2.2 - "Create module" doesn't create Model folder #267

Closed Sartoric closed 7 years ago

Sartoric commented 7 years ago

Hi I've just faced this strange issue.

I have 2 almost equal projects (same folders/files) but one is generated from a Git (and under VCS) the other one is a "standalone" project.

When I run "Create Module" with "include model" option set, the Model folder isn't created on the "Git" one. No problem for the "Standalone" project. No errors or notification during (or after) the process.

Is there a way to debug it ? Thanks in advance

Sartoric commented 7 years ago

Ok ... my fault.

For everyone knowledge I didn't noticed I was in "Project Files" view instead of "Project" view, so the Model folder is hidden as it is empty.

Trying to manually creating it was giving me the "folder already exists" error.