Visual Studio Code – In VSCode, is there a shortcut to move the cursor to the beginning of the line, but after indentation?
For example, I want to move the cursor to before x but after the space before x(like the default behavior of JetBrains IDEs). When I use Ctrl+a in macOS, it move to the left of first space. fn main() {…