IntelliJ IDEA – the IDE for Professional Development in Java and Kotlin
Fresh IntelliJ IEA 2016.2 EAP build is out and ready. Among the usual bugfixes it also brings something special: Breadcrumbs for Java code. Until now breadcrumbs were only available in HTML and XML code, where they have proven to be super handy for tracking of the editing position as well as trav…
This week brings a new article from the 30-day guide on the most tricky features of IntelliJ IDEA. Today we will talk about navigation, and how it helps you to faster switch between the pieces of code you are working on, and therefore be more productive. Did you know? When you start IntelliJ IDEA …
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…
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…
How often do you use 'Go To Class/File/Symbol' feature in IntelliJ IDEA? Pretty often I would guess. But do you know everything you can do with it? Let me go through a couple of often overlooked gems. Do you know that when you search for file or class you can preview an image (Ctrl-Shift-I) or see …
When working with big projects we always come back to 10-20 items/files where we do the most of our work. IntelliJ IDEA helps you collecting all these items in one place — 'Favorites'. It's easy to add a file, a class or a method to the Favorites by simply pressing Alt+Shift+F. You can also d…
We've slightly redesigned Navigation Bar and added some new sweet features. Watch this short demo for the details and a general overview of NavBar abilities.…
Yes! The sunny Spring has finally come to St.Petersburg too. However, it's not that "Spring" we want to talk now... We realize that many of you use the Spring framework in your every day work. So, many should be interested in the new Spring-related features that can be found in the upcoming Intell…
IntelliJ Idea X adds quick navigation for Grails actions and GSP pages. Whenever an action has a same-named view, IDEA creates a gutter icon opposite to the action name. Click that icon and the corresponding page is opened: As for going back, the GSP editor has a link to the appropriate action at…
If you use Client Bundle interface in a GWT application, you will enjoy an advanced navigation and coding assistance that IntelliJ IDEA 10 provides. ClientBundle methods will be marked with icons allowing you to quickly navigate to a corresponding resource: For interfaces implementing CssResource I…
Since the latest IntelliJ IDEA 9.0.2 EAP the IDE contains a bit of new Maven-related pom.xml editor features. 1. Easier Navigation You can navigate to "Dependency usages" from "dependencyManagement" of your parent pom.xml: and back: You can navigate through projects tree 2. Smarter Paths '…
Contexts and Dependency Injection (JSR-299) support in Maia has been significantly improved. Reworked tool window: New code inspections: Injection points inconsistency. Detects Injection Points with ambiguous and unsatisfied dependencies @Typed annotation errors. Unproxyable bean types inconsi…