Live data from Hacker News

IntelliJ IDEA and the whole IntelliJ platform migrates to Java 8

blog.jetbrains.com

31–40 of 141 posts

Re: IntelliJ IDEA and the whole IntelliJ platform migrates to Java 8

#31
post #11
post #8

Earlier quoted context omitted.

Maybe your performance issues are caused by plugins? I have no problems using IntelliJ on a base model 12" MacBook (1.1GHz Core M, 8GB RAM, 256GB PCIe SSD). I don't use Symfony2, though. Side note: I am of the opinion that no matter you're doing, SSDs are a must. If you don't already use one as your primary drive, please upgrade. Once you go SSD, any machine with platters will feel broken. This goes double for laptop…

I'm on a ~5 year old Thinkpad (w/ an i5-520m; apparently it benches to roughly the same as the M-5Y31 that's probably in your macbook), but IDEA pins a couple cores on my processor to 100% for half a minute whenever it opens a project and incurs a noticeable delay when tabbing to and from its window. Compared to my work machine, IntelliJ truly crawls. I suppose I'm asking, have you had _any_ responsiveness problems?…

runs flawlessly for me on my 8~ yr old device (some AMD quad core thing). Boot ups are always a bit of a crunch, but afterwards its one of the best performing IDEs I've ever used.

Re: IntelliJ IDEA and the whole IntelliJ platform migrates to Java 8

#32
post #2

I really like the IntelliJ products (especially PHPStorm with the Symfony2 plugins, PyCharm, etc) but you really need a 'beefy' computer to run it properly. SSDs are a must.

That's not unusual for any app based on the JVM.

That has nothing to do with the JVM. It's simply a result of it being a very feature-rich IDE.

Re: IntelliJ IDEA and the whole IntelliJ platform migrates to Java 8

#33
post #2

I really like the IntelliJ products (especially PHPStorm with the Symfony2 plugins, PyCharm, etc) but you really need a 'beefy' computer to run it properly. SSDs are a must.

That's not unusual for any app based on the JVM.

Java UI is sluggish and looks strange unlike OS native UIs.

Re: IntelliJ IDEA and the whole IntelliJ platform migrates to Java 8

#34

As someone who is about to heavily start using the Cursive IDE (built on top of IntelliJ IDEA), this is wonderful news. Coming from a frontend web dev background, Java 6 has been a layer of slime at the bottom of the barrel of sweet wine that is Clojure. Now, as soon as Minecraft gets off Java 6, I can rid my system of that infernal scourge. https://cursive-ide.com

Have you upgraded to the new Minecraft launcher? It bundles its own JRE, and I'm pretty sure it's Java 7.

Re: IntelliJ IDEA and the whole IntelliJ platform migrates to Java 8

#36

Call me old, but I still use eclipse even for android programming (using the ADT plugin). Every IDE has pros/cons, and both eclipse and intellij have their shares, but if you consider the big picture, they mostly even out. In fact, I would rather argue that the features on which intellij rules are of superficial nature and have more to do with a "nice feel" (such as more friendly code-completion or better looking gra…

Hmm, how does that work? Does Eclipse now have meaningful Gradle or Maven integration for Android so you can finally use AAR libraries?

Re: IntelliJ IDEA and the whole IntelliJ platform migrates to Java 8

#37

Call me old, but I still use eclipse even for android programming (using the ADT plugin). Every IDE has pros/cons, and both eclipse and intellij have their shares, but if you consider the big picture, they mostly even out. In fact, I would rather argue that the features on which intellij rules are of superficial nature and have more to do with a "nice feel" (such as more friendly code-completion or better looking gra…

Just anecdotal obviously, but most of the people I know just use the community edition. That's free, so the money argument doesn't seem to make sense there.

Now yes, lots of people do pay for the ultimate edition, but I'm sure if people thought the free alternate was better, they'd use that over paying for something.

Re: IntelliJ IDEA and the whole IntelliJ platform migrates to Java 8

#38

As someone who is about to heavily start using the Cursive IDE (built on top of IntelliJ IDEA), this is wonderful news. Coming from a frontend web dev background, Java 6 has been a layer of slime at the bottom of the barrel of sweet wine that is Clojure. Now, as soon as Minecraft gets off Java 6, I can rid my system of that infernal scourge. https://cursive-ide.com

>Now, as soon as Minecraft gets off Java 6, I can rid my system of that infernal scourge.

Minecraft's Windows launcher has actually included Java 8[1] for some time. Even if using your own install though, it should work just fine (or even better).

[1] https://twitter.com/MojangSupport/status/562199004516466689

Re: IntelliJ IDEA and the whole IntelliJ platform migrates to Java 8

#39
post #32

Earlier quoted context omitted.

That's not unusual for any app based on the JVM.

That has nothing to do with the JVM. It's simply a result of it being a very feature-rich IDE.

It may. Java io stack is quite bad at certain tasks like crawling files and tracking changes.

Re: IntelliJ IDEA and the whole IntelliJ platform migrates to Java 8

#40

now just embed neovim and make it awesome.

IdeaVim [0], a free plugin, is the best vim emulator I've ever used. [0] https://github.com/JetBrains/ideavim

I agree. IdeaVim is the best Vim emulator I've used as well. However, it is still just an emulator and it lacks some Vim features that I use all the time. IdeaVim is very good, but not as good as having NeoVim embedded would be, I think.
Post reply on HN