I\'m using the Vim extension in VSCode. In C++, I can indent blocks of code with the >i{ and >a{ commands. This can\'t be done in Python, as
>i{
>a{