Search code examples
phpstormshortcutatom-editor

Is there any shortcut to select entire code block in Atom similar to Option + Up Arrow in PhpStorm


Is there any shortcut to select entire code block in Atom similar to Option + Up Arrow in PhpStorm?

It helps you select the code block and if you press Option + Up Arrow again, it expands the selection to its parent block.

Is there any shortcut or plugin to have that feature? It makes it faster to work with heavy code.


Solution

  • This is now built into Atom.

    https://blog.atom.io/2018/10/23/atom-1-32.html

    Select Larger/Smaller Syntax Node