Computer Science for IGCSE & O level - Software (Section 6 - No. 42)

In an IDE, what is the purpose of 'auto-completion' feature?
To automatically correct syntax errors.
To suggest and complete code snippets.
To generate documentation automatically.
To optimize code performance.

Explanation

Auto-completion suggests and provides code snippets which speeds up development.

Comments (0)

Advertisement