Closed louis77 closed 3 years ago
Ok, so from what I understand this is not a problem of the Svelte plugin but from the IntelliJ/WebStorm linter that tries to load the url from tags with a src
attribute. However that will never work in dynamic Svelte code. Is there any way the Svelte plugin can suppress these warning?
Hi, it could be suppressed indeed. Full featured support would require understanding of Svelte expressions by built-in IDE code
Since v0.20.0 those inspections are suppressed.
I get a lot of these "Cannot resolver [property]" messages although the properties are clearly defined:
Looks to me that this happens with the
src
attribute most of the times. Anything I can do about it?