Indent blocks of code
Hi, everyone.
Is there any way to indent blocks of code? I can use tab to increase the indent of a single element, but that seems to be it.
It would be nice if the Editor could handle multiple elements, like PyCharm and other IDEs. In PyCharm, you can select multiple elements (e.g.: a bunch of <p>s) and hit tab, so they all move forward. You can also use shift+tab to move backwards.
@Kovid, do you think is could be possible? Or maybe there are already shortcuts that I'm not aware of.
|