Python whitespace - how to quickly dedent

Hello everybody,
I won’t argue about tabs and whitespaces in python, nor about the eye sore that is “show whitespace”, but how do you quickly dedent with whitespace? pressing 4 times backspace?
Thanks!

I often use Shift+Tab to dedent, but I’m not sure if Dynamo supports that, often when I do the python parts I use PyCharm since I also do a lot of PyRevit scripting.

1 Like

Thanks i will look into pycharm!
I just checked and shift tab works in cpython in dynamo (:

1 Like