Closed jsbeckr closed 7 years ago
Hi, thank you for your pull request :) However we feel that this feature is slightly out of scope for the purpose of this plugin. There are already plugins doing XML tags closing, including the one you mentioned in the issue: https://atom.io/packages/autoclose-tags. I would suggest that a pull-request is made in one of the existing auto close packages, with your fixes.
Does this sound reasonable to you, or are there something we have missed?
Hi,
yeah that's understandable. I will contribute my change to the autoclose project. :)
Regarding: #28
I borrowed some code from https://github.com/awaw00/autoclose and added a few fixes, which makes it more convenient to use.
Features:
<TAG
auto closes with</TAG>
<TAG
auto closes with>
<TAG></TAG>
removes</TAG>
(only if in the same line)