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.
虽然我看过这两个问题,折叠子块和手动折叠代码。
但这似乎不起作用,因为链接已损坏或某些资源不可用。
在我的项目中,我有很多功能,其中包括数百万条if/else语句。现在,每当我必须寻找 aLog时,我都必须对整个代码进行洗牌。大部分时间都浪费在if/else代码块上。如果我可以折叠这些if/else子块,那将非常有帮助。不过,eclipse 中没有内置功能。是否有任何插件可以帮助实现这一目的。
if/else
Log
试试这个..
首选项 -> Java -> 编辑器 -> 折叠。
根据需要选中复选框,在此处设置折叠设置。