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.
在 java、c#、... 等许多语言中,我们使用
//region Variables . . . //endregion
为类别代码。我们在 CodeVision 编辑器中改用“区域”。
在 CodeVision 中没有机制可以做到这一点,但我可以用以下代码做类似的事情:
//Your region name { // Your code here }
这样,左括号旁边会出现一个小 (-) 减号,然后您可以折叠它,但您应该考虑括号构成一个范围,以便您的变量会影响。