intellisense code example
Example 1: tab completion vscode
"emmet.triggerExpansionOnTab": true
Example 2: vs code autocomplete only on tab
Press Ctrl + , in VS Code to open the settings.
Search for "accept suggestion on commit character".
Uncheck the box.
Example 3: tab completion vscode
"editor.tabCompletion": "on"