IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Not a week without a new feature! We've just released IntelliJ IDEA 132.719, the next preview build of the upcoming IntelliJ IDEA 13. This update brings you improved Find Usages: frequently used symbols e.g. getInstance(), getName(), etc.) appear faster than before, thanks to the extended index t…
Sometimes you invoke an action and you don't get what you wanted immediately. In such cases it may help to invoke the action again by pressing the same shortcut. In basic code completion (Ctrl+Space) this will list non-imported classes: It works in similar way for smart-type and class name comple…
In IDEA 10.5 "Find Usages" (Alt-F7) results for tables and columns include database schema usages, i.e. references in indices, primary and foreign keys, see screenshot below: Develop with pleasure!…