How do I enable indentation in Visual Studio Code?
I\'m trying to learn Python (new to programming) and need auto-indentation. It worked with the first version I tri
I faced similar issues while editing. Select the lines of code you wish to intend and press Ctrl + ] in Windows or CMD+] on Mac.
You can change the indent size in settings. Search for tab size in settings. I use two, by the way.