Issue
Is there any shortcut key in Spyder python IDE to indent the code block?
For example, Like ctr+[
in Matlab, I want to indent the code block together.
Solution
Select your code and press Tab for indent and Shift+Tab to un-indent.
or go to Edit -> Indent/Unindent
Edit section also contains some other tools for editing your code.
Answered By - VDV
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.