Maybe guys you can help me.
I wanted editor to react with html tags same way as he reacts with brackets when i hit enter with cursor in the middle of them.
- Code: Select all
<div>cursor</div>
* hit enter * (or shift+enter for example)
- Code: Select all
<div>
cursor
</div>
Any hint how I can achive that?