IntelliJ IDEA News Dmitriy Smirnov Maarten Balliauw IntelliJ IDEA’s power and wide range of functionality can make it somewhat resource-hungry. Depending on the project you’re working with, the IDE has been known to lag, which can naturally be frustrating. Perhaps the most common scenario in which developers are required to wait is when opening a […]
On October 20, the original author of the Fernflower Java decompiler, Stiver, passed away after a long fight against glioblastoma. Stiver was a German programmer of Russian origin, primarily developing software for medical equipment. Twenty years ago, he developed a deep professional interest in Java virtual machine internals. You may remember his research blog posts, […]
IntelliJ IDEA Java Spring Boot is an application framework for the Java platform designed to make it easy to build Spring-powered applications. Its opinionated convention-over-configuration approach to building Spring applications improves developer productivity. IntelliJ IDEA provides extensive coding assistance for Spring, including a dedicated project wizard, code highlighting, intelligent context actions, embedded documentation, navigation, and […]
30 Nov 2022 • 1 min read Android Studio has a misleading “Make project” button that you shouldn’t click. Android Studio (and by extension – IntelliJ) has this hammer icon button in the IDE. It’s the “Make/Build Project” action and it’s a trap! This button runs every assemble task in your project, including tests, […]