zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.42k stars 1.16k forks source link

Feature request: Autoclosing of html tags #3168

Open manishpatel005 opened 4 months ago

manishpatel005 commented 4 months ago

Feature request: Autoclosing of html tags

Micro supports autoclose feature for braces, parenthesis, quotes etc as mentioned here: https://github.com/zyedidia/micro/issues/176. However, I don't see autoclosing for HTML tags. For e.g if I write <div> I expect </div> to be added automatically. This will save time of developers and possibly catch errors. Can we expect this functionality to be added soon?

I can work on this if someone has not worked on it before.

Specifications

Commit hash: 68d88b57 OS: Ubuntu 18.04 Terminal: Gnome