1 feature I really found helpful in vscode while writing html codes was-
While writing attributes, a translucent caret appears outside the bracket (or outside the inverted commas depending on the code). After writing values in attribute, I just have to press tab and the caret goes to the translucent position (for example, outside the brackets).
This is really helpful as my fingers stretch too much for pressing the right arrow key on the keyboard to shift the caret rightwards after I work with each bracket (be it for/while loop, if/else, any maths equation… anything.). And making snippets won’t sove the problem as the use of brackets is very arbitrary.
Is there a setting to change it in preferences?
Basically after writing anything in the () paranthesis, I just press tab and the caret comes out of the brackets and I continue typing.