Window -> Preference -> General -> Editors -> Text Editors -> HyperLinking -> 在用Ctrl鍵控制的HyperLinking Style Nevigation列表下, 取消勾選與JPS或Javascript有關(guān)的選項
去除eclipse的JS驗證:
將windows->preference->Java Script->Validator->Errors/Warnings->
Enable Javascript Sematic validation前面的勾去掉;
右鍵項目 -> properties -> Builders 去掉JavaScript Validator 前面的勾
如果Builders中沒有JavaScript Validator這一項。那么去.project文件中修改如下內(nèi)容:
找到項目目錄敏释,刪除項目目錄里的 .project 文件中的以下部分:
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
<arguments></arguments>
</buildCommand>
和
<nature>
org.eclipse.wst.jsdt.core.jsNature
</nature>
注意库快,修改.project文件可能會要求重啟eclipse,或者在eclipse中關(guān)閉該工程钥顽,然后重新打開工程义屏。