This section describes the Code Editor in TestComplete.
In This Section
Describes main features of the Code Editor.
This section describes visual elements of the Editor window (gutter, status bar, etc.).
Describes the syntax highlighting concepts used by TestComplete.
Describes the Code Completion window.
Explains how to view hints with function parameters.
Describes how you can check script syntax.
Describes how you can speed up the code editing with code templates.
Outlining means you can select a block of code and hide it under a single line and then collapse and expand that block. The Outlining topic provides complete information about outlining in TestComplete.
Describes how you can quickly navigate script routines in the Code Editor.
Provides information on how to bookmark lines in the Editor and jump to those bookmarked lines.
Contains information about the supported character encoding formats applied to script units and explains which format to choose.
Finding and Replacing Text in Code Editor
Provides information on how to find and replace text in the Editor.
Renaming Functions and Variables
Describes how you can rename functions and variables overall your project using the Editor.
Explains how you can undo or redo the changes in the Editor.
Describes the To Do panel.
Describes the Search/Replace results panel.
About Scripting
Provides information about script writing.
Provides an overview of key points of writing test script code.
Related Topics of Interest
Describes the Code Explorer panel.
Describes various code metrics generated by Code Explorer, and how you can use them to improve your code.
Provides information on TestComplete Unicode support.
Provides information on creating tests for Android and iOS mobile applications.
Describes the key mapping settings that can be used in the editor.
Describes how you can use the script debugger.
See Also
Code Editor Options
Key Mapping
Debugging Tests
Unicode Support
Testing Android Applications (Legacy)