Forum Discussion
Hassan_Ballan
Champion Level 3
25 days agoGood question — TestComplete does have features that help with “code suggestions”. You can fine-tune or extend them here:
- Editor Settings: Adjust indentation, syntax highlighting, and code-assist behavior → Editing Options
- Code Completion: Works like IntelliSense — suggests objects, methods, and properties as you type (or press Ctrl+Space to trigger manually) → Code Completion
- Code Templates: TestComplete includes a few default templates (e.g., for, if, try, etc.) and also lets you create your own snippets for faster scripting → Code Templates
These features are language-aware, so behavior may vary depending on whether you’re using JavaScript, Python, or another supported language.
🤖 AI-assisted response
👍 Found it helpful? Click Like
✅ Issue resolved? Click Mark as Solution