Just adding another flavor here:
In case you want tab to work like shift-tab (where you don't have to highlight anything), AND if you're using tab as the key to accept autocomplete suggestions, use this setting:
{"key": "tab","command": "editor.action.indentLines","when": "!suggestWidgetVisible && editorTextFocus && !editorReadonly"}