Ignore Errors

As explained in the section on Error Highlighting, Euklas uses heuristics to detect errors in the code. These heuristic may mark pieces of the code as errors that are no errors. In such cases you can select the ignore entries (Euklas icon) in Euklas's quick fix menu, as explained in the section on Quick fixes.

There are two different ignore options: ‘ignore this occurrence of this error’ and ‘ignore all occurrences of this error’. The first option only ignores the selected error, while the latter option scans the whole JavaScript file for this particular error and ignores all of its occurrences.

The list of ‘ignored errors’ can be reset on Euklas's preferences page, as explained in the Preferences section.

< previous | next >