PhpStorm 7.0 final release is here
61–70 of 80 posts
Re: PhpStorm 7.0 final release is here
#62Just as I was going to install PhpStorm 6 on my new machine at work, cool. Most people in my team are not convinced PhpStorm brings anything valuable compared to NetBeans, Eclipse, Sublime2 or even vim. Maybe I will try once again with version 7 :)
I only briefly used Eclipse, so I can't comment on that one. I used NetBeans for a few months though. PHPStorm has much superior refactoring, it beats NB hands down. This by itself was for me enough of a reason to switch. I also had some issues with NetBeans being inresponsive, or some functionalities breaking for no clear reason (like "go to definition" wouldn't work anymore) etc. My working copy was on a mounted dr…
Re: PhpStorm 7.0 final release is here
#63Re: PhpStorm 7.0 final release is here
#64It's lack of support for the Open JDK somewhat kills it for me (I run Linux): https://www.jetbrains.com/phpstorm/webhelp/system-requiremen...
IDEA runs well in OpenJDK 7. Have you just given it a shot?
Re: PhpStorm 7.0 final release is here
#65It's lack of support for the Open JDK somewhat kills it for me (I run Linux): https://www.jetbrains.com/phpstorm/webhelp/system-requiremen...
It runs fine in OpenJDK, at least in my case. (ArchLinux x86_64 https://www.archlinux.org/packages/extra/x86_64/jre7-openjdk... ) Anyway, you can always download Java from the Oracle Downloads website and put it somewhere in your home directory and just define these variables in ~/.bashrc: export JAVA_HOME="/home/username/Software/Java/jdkx.y.z_w/" export JRE_HOME="$JAVA_HOME/jre" export JDK_HOME="$JAVA_HOME" export…
Re: PhpStorm 7.0 final release is here
#66Re: PhpStorm 7.0 final release is here
#67Earlier quoted context omitted.
It runs fine in OpenJDK, at least in my case. (ArchLinux x86_64 https://www.archlinux.org/packages/extra/x86_64/jre7-openjdk... ) Anyway, you can always download Java from the Oracle Downloads website and put it somewhere in your home directory and just define these variables in ~/.bashrc: export JAVA_HOME="/home/username/Software/Java/jdkx.y.z_w/" export JRE_HOME="$JAVA_HOME/jre" export JDK_HOME="$JAVA_HOME" export…
I'll try it on Fedora on the Open JDK and see how it goes. Right now I'm using Sublime and love it, but many of my colleagues are encouraging me to try PHPStorm.
"./phpstorm.sh WARNING: You are launching the IDE using OpenJDK Java runtime.
ITS KNOWN TO HAVE PERFORMANCE AND GRAPHICS ISSUES!
SWITCH TO THE ORACLE(SUN) JDK BEFORE REPORTING PROBLEMS!
NOTE: If you have both Oracle (Sun) JDK and OpenJDK installed
please validate either WEBIDE_JDK, JDK_HOME, or JAVA_HOME environment variable points to valid Oracle (Sun) JDK installation.
See http://ow.ly/6TuKQ for more info on switching default JDK."So yeah, I guess they weren't kidding in their list of requirements. Oracle JDK or suffer a degraded performance.
Re: PhpStorm 7.0 final release is here
#68Earlier quoted context omitted.
IDEA runs well in OpenJDK 7. Have you just given it a shot?
I haven't frankly, I was just going by their notes which state that it does not. I might give PHPStorm a go with the trail version on the Open JDK.
Re: PhpStorm 7.0 final release is here
#69Strange that pyCharm does have a community edition ( http://www.jetbrains.com/pycharm/download/index.html ) but phpStorm doesn't ( http://www.jetbrains.com/phpstorm/download/index.html )
Re: PhpStorm 7.0 final release is here
#70I've really enjoyed using PhpEd myself, but sometimes it gets annoying that it has its own debugger (not XDebug) and that seems to cause issues with typical tools like PHPUnit and some of the features they have (like code coverage tests).