Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は XCode 4.5 を使用しており、左に約 50 行のコードを 1 タブ分インデントする必要があります。どうすればこれを行うことができますか(行ごとに行うことなく)?
Cmd-[ を使用します。これにより、選択した行が 1 タブ左にインデントされます。Editor->Structure->Shift Left でメニュー コマンドを見つけることができます。
すべてのテキストを選択し、Option + ] を押して右にシフトするか、Option + [ を押して左にシフトします。