Code Analysis

On-the-fly code analysis helps writing clear code faster:

  • detecting unreachable code
  • detecting unused local variables
  • detecting unused private properties
  • detecting unused imports
  • hidden catches
  • assignments and comparisons to same variable
  • empty control statements
  • etc.

Detect and fix errors before project compilation. Any syntax and semantic errors
(e.g. typos, missing closing brackets, etc.) will be detected by CodeDrive and underlined in red.
The syntax analysis runs in the background without slowing down your coding.
With CodeDrive it is no longer necessary to compile the project to make sure
there are no errors in it.

Error highlighting

Advanced Errors and Warnings Navigation

CodeDrive displays markers on the right code window margin that can be clicked to show the exact place of an error or warning in the file.

Code Analysis Margin