Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Typing '>' does not auto-close code hints for all tags #1266

@redmunds

Description

@redmunds

Recipe:

  1. open an HTML doc
  2. place IP some place valid for an HTML tag
  3. type '<div'
    >> verify code hints are showing
  4. type '>'
    >> verify that code hints are dismissed
  5. Undo all
  6. type '<script'
    >> verify code hints are showing
  7. type '>'

Result:
Code hints are not dismissed. Same for <style>. I suspect this is because these tags start a new CodeMirror "mode"

Expected:
Code hints are dismissed when tag is completed

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions