Code Inspections
Last updated
Last updated
Code Inspections can detect and correct abnormal code in your project before you compile it. The IDE can find and highlight various problems, locate dead code, find probable bugs, spelling problems, and improve the overall code structure.
Code inspections and syntax checking changes accordingly to the robot programming language that you are currently using in your project.
List of supported code inspection for each robot can be found here:
Statements structure
End terminator
Brackets balance
A complete UR script parser is currently under development to perform a whole syntax analysis inspection of the code. It will be released incrementally in upcoming release.