Earlier quoted context omitted.
Easy fix: replace the the existing GC line with -XX:+UnlockExperimentalVMOptions -XX:+UseZGC and enjoy no more visible lag spikes.
If it was this easy, we'd have enabled this by default. Unfortunately by far not all UI freezes in IntelliJ IDEA are caused by GC, and ZGC is not a wholesale performance improvement even for those scenarios which do depend on GC.
IntelliJ IDEA 2020.1 EAP is open
31–40 of 44 posts
Re: IntelliJ IDEA 2020.1 EAP is open
#32> With v2020.1 EAP we are fully moving to JetBrains Runtime 11 (JBR11), and will no longer distribute builds with JetBrains Runtime 8 (JBR8). Please note that all the IntelliJ IDEA 2020.1 updates both in the IDE and the Toolbox App are coming with JBR11. Does this mean I need to have JDK 11 installed too? We're still using JDK 8 because Spark 2.x doesn't support JDK 11, and having multiple JDKs sounds like a pain. ed…
That is, JBR includes a JDK.
Almost every "serious" broad market desktop app bundles its own runtime: JRE, QT, Chromium, etc.
Re: IntelliJ IDEA 2020.1 EAP is open
#33Earlier quoted context omitted.
[deleted]
A lot of our work is open-source. You can easily see that our investment into improving our products, visible through the open-source repositories, has been steadily increasing every year.
Re: IntelliJ IDEA 2020.1 EAP is open
#34- Structural replace is sed with ASTs. It's really cool. https://www.jetbrains.com/help/idea/structural-search-and-re...
- Task tracking to report how long you spend on a task. This is nice to see how far off the estimate was and include integration with Jira.
- The database extension (datagrip) is awesome for figuring out Database structure and building queries with auto-complete.
I'm looking forward to performance improvements. I get bouts of ~150ms typing latency which are not fun.
Re: IntelliJ IDEA 2020.1 EAP is open
#35No matter how hard I try, I can't get away from JetBrains. I've been grandfathered into their original pricing for the toolbox, so that makes it even harder. I have a plugin I've written for VS Code that was part experiment to see if I would have good uptake into the editor and part as a way for me to learn how to contribute to the plugin ecosystem. VS Code just isn't fast enough on medium to large projects. And it's…
Re: IntelliJ IDEA 2020.1 EAP is open
#36My prediction/hope for 2020 is that JetBrains will release lightweight competitor to VSCode
1. https://blog.jetbrains.com/idea/2020/01/intellij-based-ide-f...
Re: IntelliJ IDEA 2020.1 EAP is open
#37Does this mean we can finally use a 4K monitor on OSX? https://youtrack.jetbrains.com/issue/JBR-526
One thing that could help is killing Docker, everything becomes more responsive -- on Mac that is, given that it's literally a VM running on Hyperkit. That's especially the case when you have a big project on in Jetbrains IDEs (CLion, WebStorm, IntelliJ, ...).
Re: IntelliJ IDEA 2020.1 EAP is open
#38No matter how hard I try, I can't get away from JetBrains. I've been grandfathered into their original pricing for the toolbox, so that makes it even harder. I have a plugin I've written for VS Code that was part experiment to see if I would have good uptake into the editor and part as a way for me to learn how to contribute to the plugin ecosystem. VS Code just isn't fast enough on medium to large projects. And it's…
I'm also a huge fan of JetBrains products and how they work together. It's at the point where I'm thinking of slogans for them, like 'At JetBrains, the E in IDE stands for experience'... or maybe 'ecosystem' (needs work). Several times I've realized I could use a tool for X, and found it's already a feature they've already created. One more great thing to add to the pile: - Teamcity, the only CI/CD software doing act…
Re: IntelliJ IDEA 2020.1 EAP is open
#39I tried IDEA and liked it, but I noticed that it’s perpetually spinning my CPU at 10-15% even when sitting idle. That’s a battery killer that I don’t need. I like editors that use no CPU and do nothing when I’m not using them. Anyone else experience this?
If I remember correctly, there's a battery friendly mode that can be enabled in the file menu which stops background indexing.
Re: IntelliJ IDEA 2020.1 EAP is open
#40No matter how hard I try, I can't get away from JetBrains. I've been grandfathered into their original pricing for the toolbox, so that makes it even harder. I have a plugin I've written for VS Code that was part experiment to see if I would have good uptake into the editor and part as a way for me to learn how to contribute to the plugin ecosystem. VS Code just isn't fast enough on medium to large projects. And it's…
I don't see how you're able to use it. This is one of the few intellij features I avoid. Doing anything other than most common tasks is either difficult or impossible. Using git cli is generally better, and it doesn't make me wait 10 secs.
The diff window is pretty cool though.