Turn off selected HTML errors in eclipse

后端 未结 3 1233
温柔的废话
温柔的废话 2021-02-07 08:30

I recently upgraded my Eclipse to Ganymede, version 3.4.2.

Now it\'s giving me a ton of errors on the HTML in my JSPs for things like parameter values with no quotes and

3条回答
  •  遇见更好的自我
    2021-02-07 08:57

    Have you tried:

    1. Click Window > Preferences. A Preferences window appears.
    2. In the Preferences window, click Workbench > Editors.
    3. Select one of the following options:
      • To turn off real-time syntax validation, click Structured Text Editor and uncheck the Analyze annotations while typing box.
      • To control other annotation settings, click Annotations and select your annotation preferences.
    4. Click OK to save your preferences and close the page.

    From this Ganymede help page.

    Another method: Window > Preferences > Validation. Then uncheck the Manual and Build boxes next to HTML Syntax Validator and JSP Syntax Validator.

提交回复
热议问题