Eclipse: Javascript validation disabled. but still generating errors?

前端 未结 9 750
南方客
南方客 2020-12-12 13:05

The validation in Eclipse is catching what it deems \"errors\" in the framework I\'ve been using just fine.

  • Project -> Properties -> Validation

9条回答
  •  执笔经年
    2020-12-12 13:28

    If you want to remove the JavaScript validation from a project completely, you can just remove it from the .project file.

    • Open your project's .project file in a text editor.
    • Remove the line org.eclipse.wst.jsdt.core.jsNature
    • Refresh your project

    Now if you go into your project properties, you'll notice the JavaScript option is gone entirely.

提交回复
热议问题