Live data from Hacker News

IntelliJ IDEA 13 is Released

blog.jetbrains.com

161–170 of 221 posts

Re: IntelliJ IDEA 13 is Released

#161
post #137

So I've never really understood how the products are differentiated from each other. If I bought Intellij IDEA, does that mean I can download free plugins to get the same functionality as PyCharm? Does PyCharm support Javascript? If I want to do Django and Javascript, do I need to buy IDEA?

I think IntelliJ IDEA has all the features of the other IDE products. Stuff are just added/removed by default and adjusted towards Java development

Re: IntelliJ IDEA 13 is Released

#162

Earlier quoted context omitted.

I've also been using IntelliJ for various large projects written in Scala, currently on the fence deciding whether upgrading to 13 worthwhile. Really hoping for an upgrade discount for all those who purchased IntelliJ in the "end of the world" sale last year. I also wish they'd add better support for profiling and heap dump analysis.

I don't follow what you're asking for. Since you got a really cheap initial price, you feel that you should get a cheap upgrade price?

I think (s)he is hoping that an upgrade will be cheaper than buying whole new license irrespective of the cheap initial price.

Re: IntelliJ IDEA 13 is Released

#164

Having used the beta, and as a Scala developer on a large multi-module project, this release is a game-changer performance-wise. The memory footprint is a small fraction of what it once was (literally). While memory is not really a big issue for a developer these days, this is huge because previously we were forced to run at large heaps, which would cause 'fun' GC pauses while typing. The code completion is now fast…

I've also been using IntelliJ for various large projects written in Scala, currently on the fence deciding whether upgrading to 13 worthwhile. Really hoping for an upgrade discount for all those who purchased IntelliJ in the "end of the world" sale last year. I also wish they'd add better support for profiling and heap dump analysis.

The upgrade price is cheaper. If you bought a personal license, the upgrade price is $99 and not $199. If you bought a commercial license the upgrade price is $299 rather than $499. I'm guessing you purchased a personal license because I believe that was what was on sale last year. So, $99 bucks is freakin' cheap. I have purchased every version of IntelliJ IDEA since version 2. Never regretted it. I can tell you it has definitely accelerated my development and my career.

As for profiling and heap analysis, you are going to have to spend some cash somewhere else. I would suggest YourKit (http://www.yourkit.com). Sure, you can use VisualVM but that will only get you so far. Since you are using Scala, perhaps you could look into Takipi (http://www.takipi.com/) for profiling and monitoring.

Re: IntelliJ IDEA 13 is Released

#165
post #152

Earlier quoted context omitted.

I haven't used any other IDEs really, so it is possible there are even better IDEs, but the step from Emacs to IDEA was huge (but of course it was also a switch from C++ to Java). Editor-wise it's Emacs and Vim (for the past year or so). What's your experience with IDEs?

My thought was that any IDE would've made you more productive imho. That's the point of an IDE to give you as much possible so you could focus on your tasks...

True story: Before Intellij, I was working for a client whose IDE standard was VisualCafe. I hated it so much and kept interfering with what I was doing that I actually reverted to Notepad and building/testing via command line.

Not all IDEs can make you more productive.

Re: IntelliJ IDEA 13 is Released

#166
post #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.

Why the fck are you downvoting this? It was just a fcking opinion, if a tool makes you productive use it! A bunch of narrow minded people...

Re: IntelliJ IDEA 13 is Released

#168
post #56
post #39

Earlier quoted context omitted.

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

I always find it confusing how people can prefer Xcode. I guess it's whatever you're most used to and comfortable with. Xcode does look a lot better aesthetically, but that's about the only thing I can think of.

IMO AppCode has much better code generation, refactoring and navigation. For instance, I've yet to locate a way to find all references to a symbol in Xcode.

Re: IntelliJ IDEA 13 is Released

#169
post #137

So I've never really understood how the products are differentiated from each other. If I bought Intellij IDEA, does that mean I can download free plugins to get the same functionality as PyCharm? Does PyCharm support Javascript? If I want to do Django and Javascript, do I need to buy IDEA?

As I understand it, the plugins give the exact functionality that the more language-specific products offer. However they are typically one version behind. e.g. if RubyMine is on v6, the ruby plugin for IDEA will have equivalent features of RubyMine v5

Re: IntelliJ IDEA 13 is Released

#170
post #64

Earlier quoted context omitted.

But their community versions are not usable for web development.

I use Visual Studio and IntelliJ IDEA for C# and Java development, respectively. I cannot fathom a scenario in which I would need an IDE for web development. Perhaps heavy PHP development would benefit from JetBrains PhpStorm IDE, a free version of which is available for open source projects.

The commercial JetBrain IDEs have lovely support for JavaScript, HTML, CSS, YAML, SASS, LESS, JSON, and so on. There's lots of stuff you're missing out on if you do web development with the Community Edition.

The IDEA Ultimate edition also supports lots of "enterprisey" stuff that the CE doesn't. Lots, of stuff.

Post reply on HN