IntelliJ IDEA 13 is Released
51–60 of 221 posts
Re: IntelliJ IDEA 13 is Released
#52I never thought I'd say it but it seems that they are getting close to the end of the line feature wise! Not a lot here that is making want to upgrade from 12...
At the office our jaws regularly drop at JetBrains' attention to detail, too. PHP development would be nightmare without their tools. If you're ever reading this, thank you guys very much.
My impulsive purchase on the 21st December 2012 was the best thing I did that year.
Re: IntelliJ IDEA 13 is Released
#53Re: IntelliJ IDEA 13 is Released
#54I love and hate Eclipse/STS, but I don't think I will ever switch to IDEA, I love my freedom more. The least I can do for open source community is to use open source products and report bugs.
Re: IntelliJ IDEA 13 is Released
#55Re: IntelliJ IDEA 13 is Released
#56I hear they're working on a C++ IDE, I can't wait for it to come out.
C/C++ IDE, try subscribe to preview: http://www.jetbrains.com/objc/features/cpp.html
Re: IntelliJ IDEA 13 is Released
#57Re: IntelliJ IDEA 13 is Released
#58The mind-reader IDE, as we used to call it. It's sometimes scary when you create a new variable in a class and it gives you the perfect suggestion (based on what you did elsewhere in the code).
Wouldn't that be potential evidence for the idea that the code is likely quite redundant? In Java you indeed do need lots of stuff like getters and setters.
Re: IntelliJ IDEA 13 is Released
#59The mind-reader IDE, as we used to call it. It's sometimes scary when you create a new variable in a class and it gives you the perfect suggestion (based on what you did elsewhere in the code).
Wouldn't that be potential evidence for the idea that the code is likely quite redundant? In Java you indeed do need lots of stuff like getters and setters.
Jetbrains does something similar with their Ruby ide, but it feels more advanced in IntelliJ. Certainly the static analysis can gather more information.