Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Setting to have autocompleted single quoted attribute values. #32

@JohnLukeBentley

Description

@JohnLukeBentley

A request for the option to use single quotes for auto-completed attribute values.

<!-- At this much typing, hit enter ... -->
<input type='checkbox' che

<!-- ... will currently autocomplete to -->
<input type='checkbox' checked=""

<!-- ... I request the option to have it autocomplete to -->
<input type='checkbox' checked=''

... or folding in issue Format of autocompleted boolean HTML attributes do this

<input type='checkbox' checked='checked'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions