Writing the code

When developing the code, ensure that the Input Variable and Output Variable names are referenced and correctly used in the code.

The libraries that are added as a dependency are installed and their modules can be imported in the script code. See the library's homepage to read the library user guide for instructions on how to use the library .

The source-code editor features are designed to simplify and speed up typing of the script code.

These are the editor features:

  • Python syntax highlighting
  • Indentation
  • Python keyword autocomplete
  • Brace matching functionality
  • Line numbering
  • Search & Replace
  • Variables names autocomplete
  • Minimap
Note: ION Scripting does not support syntax validation for programming and stylistic errors in the code.