Closed PierBover closed 3 years ago
It's specifically because .svelte file is a subtype of .html file type so you get standard inspections etc.
Last time I checked it's not possible to disable from plugin side but surely it can be changed in the future
Thanks @tomblachut .
I guess it's best to close this for now.
@PierBover this is actually valid feature request so I'd leave it as open so people can vote etc.
Related issue: https://youtrack.jetbrains.com/issue/WEB-48558
Browsers floating toolbar doesn't show up in .svelte
files starting from 2021.1.
For some reason WebStorm insists on showing these browser suggestions on
.svelte
files:I imagine this happens because of the HTML content in Svelte components.
Is there a way to disable this for
.svelte
files from the plugin?