You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
[Description of the issue]
Steps to Reproduce
type <html>
type </
look at autocomplete popup
Expected behavior: [What you expect to happen]
to automatically suggest closing the nearest open tag Actual behavior: [What actually happens]
no suggestion whatsoever. Reproduces how often: [What percentage of the time does it reproduce?]
Versions
You can get this information from copy and pasting the output of atom --version and apm --version from the command line. Also, please include the OS and what version of the OS you're running.
1.22.1
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered:
Thanks for taking the time to contribute! Though not an exact duplicate, we noticed that this pretty close to atom/language-html#63 - we'll close as a duplicate and you can subscribe there for updates if you'd like.
In the meantime, you might findBracket Matcher: Close Tag helpful.
Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.
Prerequisites
Description
[Description of the issue]
Steps to Reproduce
<html>
</
Expected behavior: [What you expect to happen]
to automatically suggest closing the nearest open tag
Actual behavior: [What actually happens]
no suggestion whatsoever.
Reproduces how often: [What percentage of the time does it reproduce?]
Versions
You can get this information from copy and pasting the output of
atom --version
andapm --version
from the command line. Also, please include the OS and what version of the OS you're running.1.22.1
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: