IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Development is not all about programming languages. A lot of text in your code is for humans, not the compiler: string literals, comments, Javadocs, commit messages, and much more requires at least some knowledge of English or other natural languages, depending on your team and users. So isn't it gr…
IntelliJ IDEA 2019.2.4, an important bug-fix update is now available! This minor release adds the option to choose how a compiler will treat a dedicated annotation processor path: as an ordinary classpath or as a module-path containing annotation processor classes packaged into JPMS-aware jars. F…
The idea of Inline Method Refactoring is simple – replace a method call with its contents. Still, it is really powerful. But to appreciate its power, you need to know its use cases. Let’s understand why, when, and how to apply the Inline Method refactoring and how IntelliJ IDEA can help you get s…
This week’s EAP build for the upcoming IntelliJ IDEA 2019.2 is ready for you to download and try all the new things in action. Manage code style per scope via EditorConfig The upcoming IntelliJ IDEA 2019.2 will bring a highly anticipated feature – the ability to manage all code style settings …