Error reporting in the editor

JSEclipse adds new error reporting options to the Eclipse environment. Errors are displayed as you type in the Problems panel. Each error is displayed in the following format: the error message and the line the error occurred on. Errors that occur inside a function are displayed in the Problems panel:

 



Also, a red mark is displayed next to the line that contains the error.

 

 

Once the error is corrected, the function name will appear in the Outline panel instead of the error text.

Also, if a function declaration is found more than once in the same file, a warning is displayed in the Outline panel.