TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

IntelliJ IDEA 2020.1 EAP is open

86 pointsby nskvortsovover 5 years ago

11 comments

_virtuover 5 years ago
No matter how hard I try, I can&#x27;t get away from JetBrains. I&#x27;ve been grandfathered into their original pricing for the toolbox, so that makes it even harder. I have a plugin I&#x27;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&#x27;t fast enough on medium to large projects. And it&#x27;s never felt as much of an ide in comparison to JetBrains tooling.<p>I love the JetBrains toolbox. Webstorm is wonderful for all things frontend and I&#x27;ve heavily used Intellij for Elixir development. The level of polish for this tooling is ridiculous and I would recommend anyone who hasn&#x27;t given their work a shot to go out and try one of their editors for your language of choice.<p>Things I can&#x27;t live without in the JetBrains ecosystem<p>- VCS integration<p><pre><code> - Hands down the best integration in comparison to GitLens or any other plugins I&#x27;ve used for VCS in other editors and it&#x27;s built right in. </code></pre> - Local history<p><pre><code> - This has saved my ass a few times over. It&#x27;s amazing how far you can go back. And yes I know what version control is. </code></pre> - Refactoring<p><pre><code> - It&#x27;s just worlds better in comparison to what VS Code&#x2F;Atom&#x2F;Sublime&#x2F;Eclipse&#x2F;NVIM offer. </code></pre> - Language support<p><pre><code> - The number of well written plugins out there makes the VS Code ecosystem pale in comparison. </code></pre> - IdeaVim<p>Things I wish were a bit easier in the JetBrains ecosystem<p>- Sharing configs<p><pre><code> - I love VS Code&#x27;s philosophy of making all configs accessible&#x2F;shareable as json. </code></pre> Nice job to the JetBrains team. Seriously, you&#x27;ve made a fanatic out of me.
评论 #22141701 未加载
评论 #22145809 未加载
评论 #22142496 未加载
评论 #22141282 未加载
评论 #22141578 未加载
sa46over 5 years ago
I adore IntelliJ. Some neat features I&#x27;ve discovered recently.<p>- Structural replace is sed with ASTs. It&#x27;s really cool. <a href="https:&#x2F;&#x2F;www.jetbrains.com&#x2F;help&#x2F;idea&#x2F;structural-search-and-replace.html" rel="nofollow">https:&#x2F;&#x2F;www.jetbrains.com&#x2F;help&#x2F;idea&#x2F;structural-search-and-re...</a><p>- 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.<p>- The database extension (datagrip) is awesome for figuring out Database structure and building queries with auto-complete.<p>I&#x27;m looking forward to performance improvements. I get bouts of ~150ms typing latency which are not fun.
ctasover 5 years ago
Really excited about the speed improvements they promised for this version. Even on a machine with 16GB RAM and increased max. memory for the JVM the UI just feels too slow.
评论 #22140274 未加载
评论 #22141646 未加载
评论 #22139789 未加载
评论 #22139820 未加载
galkkover 5 years ago
My prediction&#x2F;hope for 2020 is that JetBrains will release lightweight competitor to VSCode
评论 #22142776 未加载
a-wuover 5 years ago
&gt; 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.<p>Does this mean I need to have JDK 11 installed too? We&#x27;re still using JDK 8 because Spark 2.x doesn&#x27;t support JDK 11, and having multiple JDKs sounds like a pain.<p>edit: nvm. Looks like JBR doesn&#x27;t have a JDK dependency.
评论 #22139821 未加载
评论 #22140816 未加载
评论 #22141910 未加载
评论 #22139826 未加载
mrbigbritchesover 5 years ago
Does this mean we can finally use a 4K monitor on OSX? <a href="https:&#x2F;&#x2F;youtrack.jetbrains.com&#x2F;issue&#x2F;JBR-526" rel="nofollow">https:&#x2F;&#x2F;youtrack.jetbrains.com&#x2F;issue&#x2F;JBR-526</a>
评论 #22142888 未加载
soulnothingover 5 years ago
One of the things I find interesting here is the SQL support via JaSync. A competitor to JDBC using netty and kotlin coroutines, or on Java Completable Futures..<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jasync-sql&#x2F;jasync-sql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jasync-sql&#x2F;jasync-sql</a><p>Spring R2DBC and Vertx are built atop that library. I&#x27;m also working on a micro orm using it. But it&#x27;s really nice to see that become a first class citizen in the IDE.
评论 #22146162 未加载
elcometover 5 years ago
EAP means early access program.
jammygitover 5 years ago
I’m buying a jetbrains sub in a couple of weeks. Is it correct to say that the webstorm features come with rider? I’m confused by their marketing descriptions.
walkingolofover 5 years ago
Wonder if they are using the Graal JIT compiler that comes with JDK 11...
评论 #22140307 未加载
lawnchair_larryover 5 years ago
I 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?
评论 #22141121 未加载