Disable Java packaging
已回答
Hey, I am working in IntelliJ Ultimate mostly for webdevelopment. Sometimes I also write a bit Java but its a rare setup.
Atm I am working in a new project with shopware and IntelliJ handles the project as Java project. I know this is only a style thing but the folder with the points and a deeper folder structure called "views.frontend.details" is nice to look at.
Is there an opportunity to turn that off?
I also managed to import the project again as php project. but everytime I restart the idea or switch between project it resets the folder style.
请先登录再写评论。
You static Web module type instead of the Java module for the project. Delete the existing module and add a new one.
I made this yesterday, and canceled something. Now I made an empty php module. hopefully it will not reset after restart the ide again.
Edit: The problem was, that the project was in a subfolder that intelliJ managed to be a java project. after also adding that specific folder as PHP project it works fine.
Thanks for your advice.