Live data from Hacker News

IntelliJ IDEA 13 is Released

blog.jetbrains.com

51–60 of 221 posts

Re: IntelliJ IDEA 13 is Released

#51
I 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

#52
post #5

I 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.

I vaguely remember programming small to large PHP sites with just sublime text... never again.

My impulsive purchase on the 21st December 2012 was the best thing I did that year.

Re: IntelliJ IDEA 13 is Released

#55
post #39

I 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

Thanks, I hadn't noticed that before! I just signed up, but unfortunately they don't have a Linux version yet.

Re: IntelliJ IDEA 13 is Released

#56
post #39

I 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

Since moving to OS X fully I've become a real fan of Xcode. I'm curious to see how AppCode is when you can actually write Objective-C++ in it. I'm a fan of IDEA, but I'm a little skeptical of this (as AppCode right now isn't as nice as Xcode anyway).

Re: IntelliJ IDEA 13 is Released

#58
post #4

The 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.

No.

Re: IntelliJ IDEA 13 is Released

#59
post #4

The 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.

No, that's an orthogonal concern. You have to use it to understand (edit: or you have to find someone smarter than me to explain it to you ;).

Jetbrains does something similar with their Ruby ide, but it feels more advanced in IntelliJ. Certainly the static analysis can gather more information.

Post reply on HN