30 Days with IntelliJ IDEA. Editor Basics
Monday, May 20th, 2013As 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 definite must-know
Did you know that IntelliJ IDEA provides an alternative way to select code? Structural selection allows you to select expressions based on grammar. By pressing Ctrl + W (Cmd + W for Mac) you keep expanding your selection (starting from the caret). And vice versa, you can shrink it by pressing Shift + Ctrl + W (Shift + Cmd + W for Mac).






