Skip to content
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

new feature for emmet #681

Open
JohnHenryCo opened this issue May 16, 2022 · 0 comments
Open

new feature for emmet #681

JohnHenryCo opened this issue May 16, 2022 · 0 comments

Comments

@JohnHenryCo
Copy link

JohnHenryCo commented May 16, 2022

I would like to increment an alphabetical character the way you would numerically with "$".
example:

.class$*4 would give me

div class="class1">
div class="class2">
div class="class3">
div class="class4">

but what if I wanted them alphabetically like such:

div class="classA">
div class="classB">
div class="classC">
div class="classD">

I think many others would like this feature as well. Thanks.

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

No branches or pull requests

1 participant