tomblachut / svelte-intellij

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

Remove browsers floating toolbar #185

Closed PierBover closed 3 years ago

PierBover commented 3 years ago

For some reason WebStorm insists on showing these browser suggestions on .svelte files:

image

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?

tomblachut commented 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

PierBover commented 3 years ago

Thanks @tomblachut .

I guess it's best to close this for now.

tomblachut commented 3 years ago

@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

tomblachut commented 3 years ago

Browsers floating toolbar doesn't show up in .svelte files starting from 2021.1.