At Your Request: Use the HTTP Client in IntelliJ IDEA for Spring Boot RESTful...
Spring Boot is great for developing web services. A request handler (for example, a REST controller) is where you define methods that handle requests to specific endpoints. To test those requests, you...
View ArticleWebinar Summary: Developing Micronaut applications with IntelliJ IDEA
On September 18, 2020, we hosted a live webinar on ‘Developing Micronaut applications using IntelliJ IDEA’ by Iván López, Senior Software Engineer at Object Computing. This session included a brief...
View ArticleUsing the Terminal in IntelliJ IDEA
In this video we’re going to take a look at IntelliJ IDEA’s built in terminal. This performs the same function as your operating system’s terminal or command feature, but using the terminal inside...
View ArticleIntelliJ IDEA 2020.3 EAP2 is Available
IntelliJ IDEA 2020.3 EAP2 is now available. Here’s a list of what you can expect in this new update: Store Run Configuration templates as files and share them through VCS [IDEA-65915]. Update...
View ArticleLive Webinar: Working with SQL and Databases in IntelliJ IDEA
Every enterprise application needs to communicate with databases. We’re well aware of that here at JetBrains, and IntelliJ IDEA has excellent support for working with SQL and Databases to make you more...
View ArticleZTools for Apache Zeppelin
Zeppelin is a web-based notebook for data engineers that enables data-driven, interactive data analytics with Spark, Scala, and more. The project recently reached version 0.9.0-preview2 and is being...
View ArticleIntelliJ IDEA 2020.2.3 Is Available
The new bug-fix release is out! Check out the most notable improvements of IntelliJ IDEA 2020.2.3! You can upgrade to this new version from the IDE, with the Toolbox App, or using snaps if you are an...
View ArticleJava Annotated Monthly – October 2020
Failing to sleep at night, and rediscovering RSS, led to a particularly large backlog of articles to process for this month’s newsletter. As such, expect less annotating and more linking, I don’t...
View ArticleIntelliJ IDEA 2020.3 EAP 3: Debugger Inline Watches, Reader Mode, and More
New week, new features! As promised, in this blog post we’ll cover in more detail the updates coming to IntelliJ IDEA 2020.3 that we’ve previously mentioned. We’ll also show off some of the new...
View ArticleShebang Mechanism Support in IntelliJ IDEA 2020.3
The upcoming IntelliJ IDEA 2020.3 will support the shebang mechanism to run single-file programs directly from source. This enhancement to the Java launcher was delivered in JDK version 11. The idea of...
View ArticleIntelliJ IDEA 2020.3 EAP4: LightEdit Improvements, Java Inspections, and More
IntelliJ IDEA 2020.3 EAP4 is out. In this EAP, you will get a sneak peek into the Java-related updates, discover what’s new for LightEdit mode, and learn how we are planning to support the Kotlin...
View ArticleClone a Project from GitHub
In this blog, we’re going to look at how to create an IntelliJ IDEA project from existing code in a GitHub repository. This blog post covers the same material as the video with some additional tips and...
View ArticleExplore Your Program with Static Analysis
When writing code, we constantly receive assistance from static analysis. Invisible mechanisms work behind the scenes to provide us with all sorts of suggestions and warnings. It would not be an...
View ArticleLive Webinar: Bootiful Kotlin and IntelliJ IDEA
Kotlin is an open-source, statically typed programming language developed by JetBrains that targets the JVM, Android, JavaScript, and Native. Spring, one of the most popular Java frameworks, is widely...
View ArticleIntelliJ IDEA 2020.3 EAP5: ML Completion, Git Stage Support, Code With Me,...
It is now week five of our Early Access Program. We hope that you are enjoying all the new features we’ve added so far and that you’re ready for another set of updates. In IntelliJ IDEA 2020.3 EAP5,...
View ArticleWebinar Summary: Working with SQL and Databases in IntelliJ IDEA
On October 16, 2020, we hosted the live webinar ‘Working with SQL and Databases in IntelliJ IDEA’ by Maksim Sobolevskiy, Product Marketing Manager for Database Tools at JetBrains. He started with the...
View ArticleUpdated IntelliJ IDEA Localization Plugins Are Waiting for Your Feedback
Today we’d like to thank our users who have been helping us improve our IntelliJ IDEA localization plugins! You can now download the new plugin version for your IDE! Some numbers Since we announced the...
View ArticleIntelliJ IDEA 2020.3 EAP6: Redesigned Endpoints, URL Inlay Hints, Spring...
This week’s EAP is devoted to the new features and updates that will be available for the Ultimate Edition of IntelliJ IDEA in v2020.3. Discover the improved Endpoints tool window, more informative URL...
View ArticleJava Annotated Monthly – November 2020
In good news, banning myself from reading the newspapers and scrolling through Twitter on my phone at night means my levels of anxiety are significantly lower this month. In bad news, it means less...
View ArticleScratch Files and Scratch Buffers
In this blog, we’re going to take a look at both scratch files and scratch buffers and identify their key uses. This blog post covers the same material as the video with some additional tips and...
View Article