1. 程式人生 > >Eclipse中離線安裝Emmet外掛

Eclipse中離線安裝Emmet外掛

1. 在Emmet官網中下載Emmet的原始碼包http://emmet.io

在DDownload頁面中選擇Eclipse項
之後會跳轉到github中,在右側可以下載原始碼包zip

2. 解壓原始碼包

原始碼包的目錄結構

將其中的 io.emmet.eclipse 解壓出來,並匯入到Eclipse中

3. 匯入到Eclipse中

開啟Eclipse在package Explorer中右鍵->Import
在彈出的對話方塊中選擇 Existing Projects into Workspace


4. 匯出外掛

在剛匯入的工程上右鍵 -> Export -> Plug-in Development -> Deployable plug-ins and fragments


選擇匯出目錄

5. 使用外掛

在匯出的目錄中有一個plugins目錄,將該目錄複製到Eclipse目錄下的 dropins
重啟Eclipse