When programming in VS Code, I always use the Tab key for indenting. But, I was surprised that is stopped working all of a sudden. How do I fix this?
Asked
Active
Viewed 2.7k times
37
1 Answers
68
You have enabled the Tab Moves Focus -mode.
Press Ctrl+M to disable the mode. After that your Tab-key indents your code again.
Aulis Ronkainen
- 2,802
Ctrl + M, and then try if the tab key works correctly. – Aulis Ronkainen Jun 06 '19 at 19:58