atom/autocomplete-html

No autocomplete suggestion to close open tags

Closed this issue · 1 comments

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. type <html>
  2. type </
  3. 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.

rsese commented

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.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.