For the complete documentation index, see llms.txt. This page is also available as Markdown.

Code Inspections

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.

Code Inspection in action while coding a UR Script.

List of supported code inspection for each robot can be found here:

  • Statements structure

  • End terminator

  • Brackets balance

Other code inspection features will be incrementally developed and made available in upcoming releases.

Full Python/DRL syntax inspection is available.

Last updated