wide/doc/zh_CN/editor.html

36 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Wide -编辑器</title>
</head>
<body>
<h1>编辑器</h1>
<h2>Tabs</h2>
<ul>
<li>
新打开一个文件会新开一个编辑器,最多可以打开 64 个编辑器
</li>
<li>
焦点切换到编辑器Ctrl+0左边的文件树也会选中相关的文件
<li>
在多个 tabs 之间切换快捷键Ctrl+Tab
</li>
<li>
关闭当前编辑器快捷键Ctrl+W
</li>
</ul>
<h2>文件保存</h2>
在下面几种情况发生时会保存编辑器内容:
<ul>
<li>保存/格式化:将保存当前编辑器的内容</li>
<li>构建 & 运行/go install将保存所有打开的编辑器的内容</li>
<li><strong>自动完成/跳转到声明/查找使用:将保存当前编辑器的内容</strong></li>
</ul>
我们基本可以认为在写代码时文件是实时自动保存的。
</body>
</html>