PyCharm 热键到 indent/un-indent 插入符处的一行?
PyCharm hotkey to indent/un-indent a line at caret?
目前我们可以将行up/down移动alt
+shift
+UP
和alt
+shift
+DOWN
虽然,当我们将行移动到目标位置并想要缩进它时,我们必须转到行的开头 tab
/shift-tab
。
我想知道我们是否可以在插入符位置立即执行此操作,即不必移动到行首。
p.s.
作为@cdbajorin ,这只是一个步骤 - 选择一个字符以缩进整行,即不选择将仅缩进右侧的文本。
If you select a single character on the line, tab/shift tab will do the
默认情况下,Tab 键执行操作“缩进选择”,因此您必须select 一些文本。
有一个名为“indent Line or Selection”的键盘映射,您可以使用制表符作为其 shortcut.then 您不需要 select 文本
(我的pycharmversion:2020.1.3)
目前我们可以将行up/down移动alt
+shift
+UP
和alt
+shift
+DOWN
虽然,当我们将行移动到目标位置并想要缩进它时,我们必须转到行的开头 tab
/shift-tab
。
我想知道我们是否可以在插入符位置立即执行此操作,即不必移动到行首。
p.s.
作为@cdbajorin
If you select a single character on the line, tab/shift tab will do the
默认情况下,Tab 键执行操作“缩进选择”,因此您必须select 一些文本。 有一个名为“indent Line or Selection”的键盘映射,您可以使用制表符作为其 shortcut.then 您不需要 select 文本 (我的pycharmversion:2020.1.3)