I think that a perfect feature for .html files in Zed would be like in VSCode where you can simply initialize a div with an id or a class, or even both! Here is a simple example
=> Div with class and id named "test"
.test#test
=> Input with class named "test"
input#test
And as you've seen in the example you can also do this with other arguments like inputs! Not only that but if you need multiple divs or any other element you can simple multiply them with an asterisc followed by the number of times you want the argument.
If applicable, add mockups / screenshots to help present your vision of the feature
Check for existing issues
Describe the feature
The Feature
I think that a perfect feature for .html files in Zed would be like in VSCode where you can simply initialize a div with an id or a class, or even both! Here is a simple example
And as you've seen in the example you can also do this with other arguments like inputs! Not only that but if you need multiple divs or any other element you can simple multiply them with an asterisc followed by the number of times you want the argument.
If applicable, add mockups / screenshots to help present your vision of the feature