IntelliJ Ultimate, possiblity to create php projects
Hello
I was wondering if it is possible to create php projects with intelliJ ultimate edition, i prefer the ultimate edition because i also frequently need a java IDE and i don't want too many seperate programs.
Please sign in to leave a comment.
Yes
I enabled everything thats there but i still cant choose an option "php project" when i try to create a new project
http://www.jetbrains.com/idea/webhelp/php-specific-guidelines.html
Okay, is there also a possiblity to let intellij recognize an existing project as a web module, i imported one trough git but it only shows a few files and thinks its a java project
Most probably you need to reconfigure a module or the whole project. Either create project from scratch, or open Project Structure dialog, delete Java module, add Web module instead.
Thank you very much.