tomblachut / svelte-intellij

Svelte components in WebStorm and friends
MIT License
485 stars 38 forks source link

Empty Tag Inspection Setting does not work #248

Closed micschwarz closed 2 years ago

micschwarz commented 3 years ago

I'm using Svelte Prettier to reformat my code. Empty Tags are converted from <div class="foo"></div> to <div class="foo" /> which triggers a warning in the IDE. I would like to disable this warning, but the setting "Editor > Instpections >HTML> Empty tag" has no influence on svelte files. It would be great to have this feature, in order to customize the shown warnings

tomblachut commented 2 years ago
image

@micschwarz I was able to disable the inspection, which versions of IDE+plugin are you using?

micschwarz commented 2 years ago

@tomblachut I think this issue can be closed. I tried it with WebStorm 2021.3 and version 0.21.1 of the plugin and it works. I guess its fixed now 🥳