Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 PyCharm 中,折叠区域是隐含的,因为它不需要语法。
但是,在 Visual Studio Code 中,我必须使用#region并#endregion明确定义折叠区域。有没有办法或扩展在 VS Code 中执行隐式折叠?
#region
#endregion