设置缩进
在设置代码缩进时,这非常有用
if condition1
if condition2
# some commands here
endif
endif
将光标移动到第二行,然后 >>
,代码将向右缩进。
现在你可以通过继续到第 3 行重复你的动作,然后点击 .
两次,结果将是
if condition1
if condition2
# some commands here
endif
endif
在设置代码缩进时,这非常有用
if condition1
if condition2
# some commands here
endif
endif
将光标移动到第二行,然后 >>
,代码将向右缩进。
现在你可以通过继续到第 3 行重复你的动作,然后点击 .
两次,结果将是
if condition1
if condition2
# some commands here
endif
endif