-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attribute selector completion #20
Comments
Hello, Thank you for your suggestion, but it was previously addressed here: #5 (comment) |
If I developed this would you be reluctant to merge? Because I think it's particularly useful since:
|
Moving the cursor in the attribute region for block elements is already planned (#16). It does not degrade the regular experience of users, but comparing the fact that the code has to be maintained and future-supported with the fact that it doesn't add much value it makes me reluctant to add it to the extension, sorry :( . |
I remember using JetBrains products, and there you could do something like this:
input[type=checkbox][placeholder=test]
TABWhich would complete to:
<input type="checkbox" placeholder="test" />
I think it could be really useful here.
The text was updated successfully, but these errors were encountered: