TypePHP 编译器
https://swoole.com/aot/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
552 B
16 lines
552 B
<h2>快捷键</h2>
|
|
<ol>
|
|
<li>
|
|
<p><strong>Enter</strong>:换行,并保持与上一行相同的缩进</p>
|
|
</li>
|
|
<li>
|
|
<p><strong>Tab</strong>/<strong>Shift</strong> + <strong>Tab</strong>:增加/减少缩进(支持多行)</p>
|
|
</li>
|
|
<li>
|
|
<p><strong>Shift</strong> + <strong>Del</strong> 或 <strong>Shift</strong> + <strong>Backspace</strong>:删除整行
|
|
</p>
|
|
</li>
|
|
<li>
|
|
<p><strong>Home</strong>:将光标移到文本中的第一个非空格字符之前</p>
|
|
</li>
|
|
</ol>
|
|
|