eclipse配置折叠/展开代码快捷键

1、 取用折叠代码功能

1.1 windows->perferences->General->Editors->Structured Text Editors
可以看到Enable folding选项,打上勾就可以使用代码折叠功能,但还要在具体的语言中设置。
1.2 windows->perferences->Java->Editors->Folding
可以看到Enable folding选项,打上勾就可以使用代码折叠功能。


2、配置折叠快捷键 

windows->perferences->General->搜索collapse


3、配置展开快捷键

windows->perferences->General->搜索expand



你可能感兴趣的:(Java)