IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
There are lots of features in IntelliJ IDEA that can help you to focus and maximize your productivity. A big factor in helping your productivity can come from how the UI and, more importantly, your code are presented to you. There are many scenarios: reading and analyzing code to understand somethi…
IntelliJ IDEA offers you a huge range of keyboard shortcuts to help you get faster and be more productive in Intellij IDEA. These shortcuts can also be configured if required. This blog post covers the same material as the video. This provides an easy way for people to skim the content quickly if t…
Hooray! Fresh IntelliJ IDEA 2016.3 EAP build is out! Among the numerous bugfixes, this build addresses one of the issues that prevented it from being used on macOS Sierra. Users of macOS Sierra, we're kindly asking you to thoroughly test this build and let us know if the problem is gone. Faster S…
Today we've released a fresh IntelliJ IDEA 2016.2 EAP build which, among other improvements, finally fixes a very annoying (and highly voted) issue with case-only renames in Git for Windows and OS X. We hope this will make your work simpler when it comes to committing case-only renames from IntelliJ…
Every week we publish a fresh IntelliJ IDEA 16 EAP. Today's build, among bugfixes that address issues you reported, brings a few improvements to Git integration and IntelliJ IDEA heart, the code editor. Move elements right and left We already have a way to move code statements up and down: Ctr…
From what we usually hear, the fans of Vim, Emacs, Sublime and other nice editors often explain their choice by performance concerns. IntelliJ IDEA for example may feel laggy (comparing to a text editor) when you type, and the usual justification for that is some variation of “an intelligent IDE thi…
If you haven’t tried IntelliJ IDEA 14 EAP yet, we hope this sneak peek will convince you to, because it keeps getting better and better! One of current EAP highlights is smarter Backspace key behavior: it doesn't just remove indents and white spaces, it does so according to your code style settin…
As you remember last week we announced the plans to publish articles from the 30-day guide on getting started with IntelliJ IDEA. The first article was about the user interface. Today we would like to share with you one more article about the editor basics in IntelliJ IDEA. Structural selection. A …
Here I would like to tell you about some of the Groovy language support improvements available in IntelliJ IDEA 11.1. Unused Symbol Highlighting If a class, method or property is unused even if it is in fact public, you may notice it immediately with new unused symbol highlighting feature. (more&…
This is a cross-post from WebStorm & PhpStorm blog, originally posted by Rustam Vishnyakov. This long-awaited feature gives you a possibility to define your own code-folding regions with special line comments. (more…)…
We know that one of the most popular ways to navigate within a file is File Structure popup. We've recently redesigned it to make the navigation more comfortable. New File Structure is tree-based and shows everything in your file when you first invoke it with Control+F12. The following short screen…
Recently I realized that javadoc editing may be easily improved by introducing some handy little features. After using them for a couple of days, I can say they are cool, so, it's time to share them with you. And you can try them all in the latest IntelliJ IDEA 11 EAP. The main idea is to ease fulf…