There is some function, and for in it, so when you do some Enter's to move down and then press "arrow up" or "arrow down" - your caret position will "fall through" all indents to the left, so user has to press Tab every time, to move the caret where it should be.
Annoying.
GIF:

This is not just annoying, a fix for this is a prerequisite for some people including me to start using VSCode.
The problem is amplified when you have more indentations (especially in languages like C# with namespaces) cause you have to press tab multiple times to get to the current indentation. To be clear:
For the love of god fix this, Visual Studio has had this right for ages.
I found out that by disabling the Trim Auto Whitespace can sort of fix this issue馃

Hope this is what you are looking for, at least I'm very happy with my end result馃帀

Most helpful comment
I found out that by disabling the


Trim Auto Whitespacecan sort of fix this issue馃Hope this is what you are looking for, at least I'm very happy with my end result馃帀