In Eclipse there is the nicest feature, when you hover with the mouse over an Open or Close element (Any Open or close bracket '(', '{', '[', ']', '}', ')', the Quotation Mark ' " ' or the tag ' ' ') and you double click the mouse, Eclipse conveniently selects the content from the opening to the closing (or vise verse, depends on the element you hover over) of the element without selecting the elements.
I love this feature, I love it so much and it would be a great disappointment if it would not be in IntelliJ since I'm now forced to work with Android studio after Google abandoned Eclipse, and I must know if it is doable.
I've found out about the Ctrl + Shift + ('[' || ']'), but this is a specific implementation of a more general case Eclipse has.
Please tell me it is doable...