PHP Eclipse Editor

怒了, 還是來裝一下Editor好了
不然vim打得好累……

參考蛙齋的作法1蛙齋的作法2
先到官網下載Eclipse軟體安裝後,利用help=>install new software找到『Web, XML, Java EE and OSGi Enterprise Development』項目
在此項目下就可以看到php的相關plugin

然後再安裝rse,主要是可以讓eclipse支援remote操作(ftp、ssh等)
rse主要在General Purpose Tools下,需要安裝『Remote System Explorer End-User Runtime、Remote System Explorer User Actions』這兩個

安裝完後便可以利用『Remote System Explorer』設定ssh的連線資訊
設定完成後選擇遠端的網頁目錄按右鍵『Create Remote Project』
這時候便可以用php explorer來瀏覽、編輯網頁

註:我比較懶,且不算是生產線上的系統,所以選擇直接編輯
通常最適當做法應該是在本機創模擬環境,確認ok後再上傳

This entry was posted in PHP. Bookmark the permalink.