I need to auto complete HTML tags in Sublime Text 3. For instance:
When I am typing
<h1 after typing >
I should get <h1>|<h2>
Note: The pipe means the position of cursor. And auto complete should be Without TAB
Note: This question may have been asked before but those answer aren't satisfactory as they are irreverent now.
Thanks