< p>我在Sublime中打开的HTML文件中有以下内容:< / p>
< pre class =" lang-html prettyprint-override">< code><!doctype html>
< html lang =" en">
< HEAD>
< meta charset =" utf-8">
< title>代码折叠错误< / title>
< /头>
<身体GT;
< DIV>
< textarea>我是现代少将的典范,
我有关于蔬菜,动物和矿物的信息,
我知道英格兰的国王,我引用了历史的战斗。< / textarea>
< / DIV>
< /体>
< / HTML>
< /代码>< /预>
< p>这就是它的样子:< / p>
< p>< a href =" https://i.stack.imgur.com/6nkE1.png" rel =" nofollow noreferrer">< img src =" https://i.stack.imgur.com/6nkE1.png" alt =" Sublime中的代码折叠错误">< / a>< / p>
< p>注意,它表明我可以折叠(使用左侧的▼)只有< code>< head>< / code>和< code>< body>< / code>元素(不是< code>< div>< / code>或< code>< textarea>< / code>)。< / p>
< p>如果我折叠< code>< body>< / code>元素只有元素内的前两行消失了:< / p>
< p>< a href =" https://i.stack.imgur.com/bBTDs.png" rel =" nofollow noreferrer">< img src =" https://i.stack.imgur.com/bBTDs.png" alt ="在此处输入图像说明">< / a>< / p>
< p>我在Windows 10 x64上使用Sublime Text 3(build 3126),其中Package Manager是唯一安装的软件包。< / p>