Skip to content

Glossary

Code completion

Code completion is an editor feature that suggests the rest of what you are typing — variable names, functions, methods, keywords or whole snippets — as you write. Traditional completion draws on the language's symbols and scope, while AI-assisted completion predicts multi-line code from context. It speeds up coding and reduces typos and lookups.