1. 程式人生 > >Eclipse 常用技巧及常見問題解決

Eclipse 常用技巧及常見問題解決

Eclipse默許函式摺疊開啟

之前更新了eclipse的一些外掛之後,每次開啟程式碼eclipse 預設把程式碼裡面的函式程式碼和註釋,import 內容都給摺疊了,雖然看起來精簡了,但是有些不方便,要一個個點開. 於是查了一下關於摺疊的方法的配置. window->perference->java->editor->folding 然後想預設開啟什麼,摺疊什麼都就自己去設定了.我這裡就是把函式不折疊,其他都摺疊. 如果還不行的話,就看一下window->perference->general->editor->structred-text

Eclipse外掛:

Eclipse color theme

win7遮蔽ctrl+alt+up/down快捷鍵/ (eclipse衝突)

相關部落格

去掉 eclipse 中自動生成的註釋 //TODO

在 選單欄中 Window --> Preferences -->Java -->Code Style -->Code Templates–> Code --> Method body按照上面的路徑來找,選中Method body後edit 去掉那句預設的話就行了.

常見錯誤

  1. Access restriction: The type 'BASE64Encoder' is not API (restriction on required library 'C:\Program Files\Java\jdk1.8.0_25\jre\lib\rt.jar')
    解決辦法:修改編譯選項,步驟如下:Window -> Preferences -> Java -> Compiler -> Errors/Warnings -> Deprecated and restricted API -> Forbidden reference (access rules) -> Warnings或者Ignore即可。 相關部落格