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.
有谁知道将 IntelliJ 中的代码块移动几个缩进的快捷方式?
(对于 CSS 编辑器 Coda,我曾经选择一个或多个代码块,并使用 shift 和左或右胡萝卜符号来左右移动代码。)
这些是常见的缩进和取消缩进动作,默认快捷键:Tab和Shift+ Tab。