VoY
VoY

Reputation: 5699

How can I expand/shrink selection in WebStorm on Mac?

It seems that in ReSharper or IntelliJ Idea you can expand selection from expression to method to surrounding block etc. This should be possible to do via ctrl-W, but that does not seem to work in WebStorm on my Mac. Is there a way to do it or is such functionality disabled in WebStorm for some reason?

Upvotes: 1

Views: 601

Answers (1)

Alexander Kurakin
Alexander Kurakin

Reputation: 13523

According to http://www.jetbrains.com/webstorm/documentation/WebStorm_ReferenceCard_80.pdf, try using "Option/Alt + Arrow key Up" for "Select successively increasing code blocks" action

Upvotes: 3

Related Questions