Open ghost opened 8 years ago
Is there a way to configure the cursor to automatically move between the expanded tags, and also with 4 spaces indentation?
Illustrating, currently, when expanding a tag, it goes like this: <div class="one">[cursor]</div>
<div class="one">[cursor]</div>
I wanted to make it go like this: <div class="one"> ____[cursor] </div>
<div class="one">
[cursor]
</div>
Related: #248
Is there a way to configure the cursor to automatically move between the expanded tags, and also with 4 spaces indentation?
Illustrating, currently, when expanding a tag, it goes like this:
<div class="one">[cursor]</div>
I wanted to make it go like this:
<div class="one">
____[cursor]
</div>