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
Yeah you can try Auto Close.
This will fullfill your requirement.
If you don't know how to install package. You can follow following steps.
ctrl+shift+p
Then your are good to go.