I’m working with pydev on eclipse, and I’m wondering if there is a way to circumvent the indentation, or at least quickly edit indentation in files.
For example, if I make a handful of methods, but then want to put them under a class umbrella, is there an easy way of doing this in terms of indentation, or do I need to go through them line by line?
Highlight all the code and use Tab and Shift+Tab.
EDIT: You can also highlight the code, right-click on selection, and choose Shift+► (or to unindent, Shift+◄).