This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Smarter and Faster Introduce Variable in Java
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
Introduce variable is one of those refactorings used many times a day. So, how can we make it work faster? Get rid of modal dialogs!
So, in order to introduce a variable from an expression press Ctrl+Alt+V.
Remember modal dialog? No more of it! Now you can edit your code right in the editor:
Oh, you prefer List [...]