zend studio現在已經更名為emmet了,設定html和css等的提示方法:
方法1、在不提示的專案上滑鼠右鍵,開啟選單,選擇Build Path->Configure Build Path,在彈出視窗中選擇PHP Build Path->Add Folder...,把當前專案新增到build path。
如果函式突然不提示,可以先用這個方法檢查build path有沒有當前專案。但比較多情況是從外部匯入專案(例如svn),會沒有build path資料。
方法2、先取消選單Project->Build Automatically的選中狀態,再點選Project->Clean...清理專案,再重新選中Project->Build Automatically。這個方法我用得最多。
方法3、開啟zend studion的wordspace目錄(如果不知wrodspace目錄在哪,可以開啟選單file->switch wordspace->other...檢視),接著到這個資料夾,開啟檔案目錄.metadata->.plugins->org.eclipse.core.runtime->.settings。到了.settings目錄之後,刪除org.eclipse.dltk.ui.prefs檔案。然後重新整理專案或重啟Zend Studio。
zend studio現在已經更名為emmet了,設定html和css等的提示方法:
方法1、在不提示的專案上滑鼠右鍵,開啟選單,選擇Build Path->Configure Build Path,在彈出視窗中選擇PHP Build Path->Add Folder...,把當前專案新增到build path。
如果函式突然不提示,可以先用這個方法檢查build path有沒有當前專案。但比較多情況是從外部匯入專案(例如svn),會沒有build path資料。
方法2、先取消選單Project->Build Automatically的選中狀態,再點選Project->Clean...清理專案,再重新選中Project->Build Automatically。這個方法我用得最多。
方法3、開啟zend studion的wordspace目錄(如果不知wrodspace目錄在哪,可以開啟選單file->switch wordspace->other...檢視),接著到這個資料夾,開啟檔案目錄.metadata->.plugins->org.eclipse.core.runtime->.settings。到了.settings目錄之後,刪除org.eclipse.dltk.ui.prefs檔案。然後重新整理專案或重啟Zend Studio。