How to jump out of vscode and automatically complete to the end of the line?

enable the automatic completion of vscode. Enter

, and it will automatically complete to
(cursor here) < / div >
how to jump the cursor to < / div > after typing
content goes here < / div > (how to move cursor here without arrowKay)
how to jump the cursor to the back? Can only press the direction key?
if writing java becomes method ("(cursor herr)"), it is also difficult to skip to the later completion after writing the content. Which shortcut key should be pressed to jump to the later call-- method ("hello world");

Feb.23,2022

this can be set in the code snippet.
Click the menu File-> preferences-> user code snippet , and then select the corresponding language, such as html
, and then jump to a html.json file, where you can define your own code snippet

.
   

Menu