Document Errors view
The Document Errors view displays errors related to a document.
- To display additional information about the error, select the error number and press the F1 key.
- To hide a specific information or warning message, select , then (or, if you are on a Mac, ) . See Messages configuration for further information.
- To go to the line containing the error in the source file, double-click in the error row in the Document Errors view.
- To view
BUG
orTODO
notations in the Document Errors view:- In your source file, enter the notation
--KEYWORD:message
where KEYWORD isBUG
orTODO
. For example,--TODO: Add comments to source code
. - Build the project.
- Put the focus in the Projects view.
- In your source file, enter the notation