Ctrl + shift + Alt + left or right key combination not working in pycharm
I am using pycharm on windows 10 and using python on ubuntu Windows sub system for Linux(WSL) terminal to run my django project. I had to shift my block of code to right by one space. I tried to use ctrl + shift + alt + right to move my code block to right. i checked in main menu -> code -> move code right option . i found them disabled. by the way i am using pycharm pro (version 2.0.5)
any help?
Thanks for taking interest in my post.
Please sign in to leave a comment.
Those actions seems to be only available for JS/HTML: https://www.jetbrains.com/help/pycharm-edu/adding-deleting-and-moving-lines.html#left-right
It seems you want to change indentation, so try playing with indentation actions (default tab / shift+tab)
You can change indentation options in "File | Settings | Editor | Code Style | Python"