How can I navigate to next and previous lines with same Indentation in Visual Studio Code?
For Eg:
First line
    Second line
    Third line
        Fourth line
        Fifth line
    Sixth line
Seventh line
So that if I place the cursor on Third line I can navigate to Second or Sixth line. All on the same level of indentation.
 
    