Eclipse 添加 Source 源代碼、Javadoc 文檔

源代碼 Sourceui

按住 Ctrl 鍵,鼠標放到對應的類、方法上,出現 Open DeclarationOpen Implementation ,可查看對應的實現、聲明源代碼。
也能夠在【Project Explorer】視圖中,Libraries 下找到相應的類,打開便可查看源代碼。code

若是沒有源代碼,則會出現 「Source not found」,【Attach Source...】按鈕可配置。文檔

也能夠在 【Project Explorer】視圖中,對應項目的 「Java Resources」 -- 」Libraries「 下,找到要添加源代碼的 jar 包,右鍵【Properties】,配置【Java Source Attachment】。it

文檔 Javadocio

有文檔的話,鼠標放到對應的類、方法上時,會有文檔提示。配置

能夠用添加 Source 的方式添加,【Properties】中有【Javadoc Location】。引用

項目【Properties】中,【Java Build Path】頁,展開 Libraries 下的 jar 包,能夠 Edit 其中的 Javadoc,Source。「Oder and Export」 能夠設置引用優先級。方法

相關文章
相關標籤/搜索