How to a block of code selected to the left Pycharm?
已回答
For example, if i have selected a block of text in my editor of PyCharm, by pressing tab I can move them to the right together, which is nice. How to move them to the left after selecting them?
请先登录再写评论。
It's called "Unindent". See https://www.jetbrains.com/help/pycharm/changing-indentation.html
Should be Shift+Tab