跳到主要内容

VS Code

1. 多行折叠

// region
import xxx
import xxx
import xxx
import xxx
// #endregion

可以折叠 // region 下面的代码. WebStorm 也支持这个功能.