2016/09/21
eclipse選中某個字段無法高亮其他字段解決辦法:
window >> preference >> java >> Editor >> Mark Occurrences
勾選Mark occurrences of the selected element in the current file.
--------------------------------------------------------------------------------------
首先在eclipse 中開啟設置代碼折疊功能
1. windows->perferences->General->Editors->Structured Text Editors
可以看到Enable folding選項,打上勾就可以使用代碼折疊功能,但還要在具體的語言中設置。
2、windows->perferences->Java->Editors->Folding
可以看到Enable folding選項,打上勾就可以使用代碼折疊功能。