Code Completion
Table of Contents
About
code completion is when you start typing and that the coding environment propose to complete the statement (generally with a tab).
This is achieve by knowing the structure of the variable and the language therefore needs some sort of typing information.