看一下Eclipse:
并在想法中:
那么,如何使Idea像Eclipse那样折叠多行String?
最佳答案
不幸的是,似乎字符串文字没有折叠选项。
您可以尝试使用custom folding tags,但这可能需要为每个字符串添加额外的注释:
要检查所有现有的折叠选项,请转到Settings > Editor > General > Code Folding
。
关于intellij-idea - 如何设置Idea折叠时字符串太长?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/42242339/