You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have this feature implemented in this plugin.
I know that you don't need closing tags in HTML5 but or my perspective, I will still use it. So when I type:
Input -> TAB it exapands to which is ok but input is a self closing tag so if I type input -> TAB it should expanded to like many other stuff BUT when I type input/ -> TAB it should expanded to .
The idea doesn't come from be, you can see requests and problems here:
It would be great to have this feature implemented in this plugin.
I know that you don't need closing tags in HTML5 but or my perspective, I will still use it. So when I type:
Input -> TAB it exapands to which is ok but input is a self closing tag so if I type input -> TAB it should expanded to like many other stuff BUT when I type input/ -> TAB it should expanded to .
The idea doesn't come from be, you can see requests and problems here:
emmetio/emmet-atom#408 (Comment emmetio/emmet-atom#408 (comment))
emmetio/emmet#413 (Wish for JSX but as you can see in the first ticket, it should work for all tags)
The IDEA comes from JSX and custom tags/custom components where View was expanded to in WebStorm (https://youtrack.jetbrains.com/issue/WEB-25937) so he wanted to have a self-closing custom component. But this guy, doesn't want it always: https://youtrack.jetbrains.com/issue/WEB-26468
So please add the functionality for my-custom-tag/ -> TAB ->
and for normal tags too.
Regards
Chris
The text was updated successfully, but these errors were encountered: