在PhpStorm你如何解开前一个tabstop?

时间:2013-01-08 20:41:22

标签: phpstorm

在PhpStorm中,当处理soft / smart-tabs时,我可以通过一键按键或组合键跳回上一个tabstop吗?

我尝试了Shift + Tab,但它没有跳回到tabstop,它跳回到softtab的大小。

以下是软标签为4个空格的插图:

Notabs (0 spaces)
••••Tabstop1 (1 Tab)
••••••••Tabstop2 (2 Tabs)
••••••* My cursors is here in between Tabstop 1 + 2
••••••••<- another Tab press moves me to Level2
••••<- I want to get here, back to Level1 (in one key press)
••<- Shift+Tab moves me here (back 4 full spaces, a full soft tab)

回想起来,我只能退回3到1次,并且在遍历一个或多个距离时使用Shift + Tab,但我很好奇是否直接类比Tab键的工作方式用于取消选择。

1 个答案:

答案 0 :(得分:8)

有一点组合:按 Tab ,然后按 Shift + Tab

不是一键按下,而是要跳过的空格数(1或2或3)。无需计算所需的退格数量:每次按2次。