Live data from Hacker News

IntelliJ IDEA 14 Early Preview is Available

blog.jetbrains.com

31–40 of 48 posts

Re: IntelliJ IDEA 14 Early Preview is Available

#31
post #20

Is there any discussion about IntelliJ supporting multiple open projects at once? Requiring a separate window for each project breaks down when I've got 21 projects open, as I have now in NetBeans.

Have you looked into setting up your projects as modules? I have dozens of modules in a project with no issues. If the projects are related there are benefits like source code linking too.

Re: IntelliJ IDEA 14 Early Preview is Available

#32
post #26

Is this another minor release disguised as a major release in order make old customers renew the licence? I say this because I did not notice any major improvements between 12 and 13, but still I had to pay for a new licence.

If you didn't feel you got anything useful in the new version, why pay for it?

Some of the plugins (which is a big part of choosing IDEA over the sub-products) aren't backwards compatible (I had issues with the golang plugin in 12, but it's fine in the community edition of 13). Right now I've got PyCharm 3.4 (work license), IDEA 12UE (personal license), IDEA 13CE, and Android Studio on my machine to support the various languages I'm using on somewhat regular basis (90+% of my time is spent in python, which is why I don't just use the python plugin for IDEA - the plugins are nice, but the context menus get crazy one you have more than one active at a time)

Re: IntelliJ IDEA 14 Early Preview is Available

#33

I hope they're going to fix the Scala and Play plugins. Unfortunately they say nothing about it. Sometimes the lag between typing and actually seeing it in Idea is a couple of seconds.. Still better than the last time I tried Scala IDE (eclipse) though.

I haven't used the play plugin that much, but I've been very happy with the Scala plugin. In fact it's the only reason I switched to intellij. The only annoying bug I've encountered is bogus error notifications in Java code due to the ide ignoring Scala throws annotations on methods that java is calling.

Re: IntelliJ IDEA 14 Early Preview is Available

#34

Earlier quoted context omitted.

Yeah, that's definitely an issue. The Scala auto-complete is not very responsive, which makes the whole IDE experience with Scala pretty undesirable, sadly. I've been using IDEA with Java in the last ~2 months and it was perfectly smooth all the time. I guess Scala is a lot more complex as a language than Java, which makes parsing it on the fly much harder.

One thing I noticed about the Kotlin design and design discussions is that "that wouldn't be auto completable fast" comes up quite often. I had never thought about it before but it makes sense that language design choices can impact the speed of an IDE. I am starting to think that it also makes a lot of sense for language designers to have IDE development experience. I wish they'd hurry up and release a stable Kotlin…

It would be pretty sad if code completion efficiency became a reason to compromise on other areas of a language.

Re: IntelliJ IDEA 14 Early Preview is Available

#36

I hope they will add C#+Xamarin support when their project N arrives. Sell for 30% of Visual Studio price: win for everyone (except MS).

I don't think that's gonna ever happen. That would cannibalize ReSharper for C# sales which are bound to Visual Studio and cause a cool down in the relationship with Microsoft. Sure way to go out of business.

Re: IntelliJ IDEA 14 Early Preview is Available

#38

Earlier quoted context omitted.

One thing I noticed about the Kotlin design and design discussions is that "that wouldn't be auto completable fast" comes up quite often. I had never thought about it before but it makes sense that language design choices can impact the speed of an IDE. I am starting to think that it also makes a lot of sense for language designers to have IDE development experience. I wish they'd hurry up and release a stable Kotlin…

It would be pretty sad if code completion efficiency became a reason to compromise on other areas of a language.

Why? They're just tools. Code completion is probably more important than a lot of the rather minor syntax sugar features in many languages.

Re: IntelliJ IDEA 14 Early Preview is Available

#39
post #5

I would love it if they focused on performance improvements and making the editor more lightweight overall. I love WebStorm, but even on my beastly XPS running nothing but it and Chrome, it sometimes hangs doing nothing. I'm starting to investigate other editors such as Atom because of this. I find it hard to believe that a quad core, modern computer can possibly have a hard time running a text editor.

My relatively old laptop runs IntelliJ and PyCharm like a dream... Atom runs sluggishly. I ditched Atom quickly.

Also do realize that Atom is not as mature as PyCharm. Don't dismiss Atom so fast. Give it some time and try it again.

Disclaimer: I love PyCharm, and I actually would not replace it with Atom. I believe PyCharm is the best IDE for Python, but Atom has its uses.

Re: IntelliJ IDEA 14 Early Preview is Available

#40
post #5

I would love it if they focused on performance improvements and making the editor more lightweight overall. I love WebStorm, but even on my beastly XPS running nothing but it and Chrome, it sometimes hangs doing nothing. I'm starting to investigate other editors such as Atom because of this. I find it hard to believe that a quad core, modern computer can possibly have a hard time running a text editor.

I had that problem with webstorm. You can tweak the gc settings.
Post reply on HN