如何像在 TextMate 中一样在 PHPStorm/WebStorm 中保留代码折叠?

发布于 2024-12-08 11:44:15 字数 153 浏览 1 评论 0原文

PHPStorm 与 TextMate 不同,在关闭并再次打开文件时会“忘记”折叠的代码区域。

有时,即使折叠区域内没有匹配项,折叠部分也会在搜索和替换后自行打开。

有没有办法让 PHPStorm 记住我在 PHP/JavaScript/CSS 文件中的折叠?

PHPStorm, unlike TextMate, "forgets" the folded code areas when closing and opening the file again.

Sometimes the foldings open by themselves after search-and-replace, even though there were no matches inside the folded areas.

Is there a way to make PHPStorm remember my foldings in PHP/JavaScript/CSS files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

伤感在游骋 2024-12-15 11:44:15

目前这是不可能的。

我们的跟踪器中有很多相关问题
http://youtrack.jetbrains.net/issues/WI?q=%23Unresolved +折叠

This is currently not possible.

There's a bunch of related issues in our tracker
http://youtrack.jetbrains.net/issues/WI?q=%23Unresolved+folding

信仰 2024-12-15 11:44:15

这可以通过使用这样的评论来实现

 // <editor-fold desc="My Code009" defaultstate="collapsed">
 // any code
 //</editor-fold>

this can be possible by using comments like this

 // <editor-fold desc="My Code009" defaultstate="collapsed">
 // any code
 //</editor-fold>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文