# 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.&#x20;

<figure><img src="https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2FE3FiCdVKYZQNTcgHrXc8%2Fdocs-syntax-check.gif?alt=media&#x26;token=5f3902d5-bbbf-4408-8b8a-fd5747a261cb" alt=""><figcaption><p>Code Inspection in action while coding a UR Script.</p></figcaption></figure>

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

{% tabs %}
{% tab title="Universal Robots" %}

* Statements structure
* End terminator&#x20;
* Brackets balance

{% hint style="info" %}
Other code inspection features will be incrementally developed and made available in upcoming releases.&#x20;
{% endhint %}
{% endtab %}

{% tab title="Doosan Robotics" %}
Full Python/DRL syntax inspection is available.
{% endtab %}
{% endtabs %}
