Is it possible to select multiple lines of code in XCode and when I press
TAB
button all those selected lines indent?
I know CMD+[
will indenet and CMD+]
will undent. But I want that same principle to happen to 'TAB
and
SHIFT+TAB`.
Right now, it just deletes the highlighted lines when TAB is used to the Structure Keybinding. I can't get my keybindings to work right. Anyone know what I might be doing wrong?