Please this is not f7 question but i need help. i see i tutorial people highlight bunch of code in vs code and press a certain keys to pull them back and forward. Please can someone help me with that

Example

from this

         <f7-row>
              <f7-col>
                   <div >
                     <h3>Good Morning Doris</h3>
                     <h4>How are you</h4>
                  </div>
              </f7-col>
          </f7-row>

to this in vs code

<f7-row>
    <f7-col>
       <div >
          <h3>Good Morning Doris</h3>
            <h4>How are you</h4>
        </div>
     </f7-col>
</f7-row>

TAB => forward
TAB + SHIFT => back

1 Like

waaaaaaw. you guys are amazing… <3
Thank you very much. :pray: :pray: :pray: