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

Setting to have autocompleted single quoted attribute values. #32

Open
JohnLukeBentley opened this issue May 21, 2016 · 2 comments
Open

Comments

@JohnLukeBentley
Copy link

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'
@ujLion
Copy link

ujLion commented Apr 27, 2018

I prefer single quotes over double quotes when the quoted is a single word.
Would like to have this configurable at least the configuration file.

@ujLion
Copy link

ujLion commented Apr 27, 2018

class='one' VS class="one" : double quote = two unnecessary pixel blocks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants