tomblachut / svelte-intellij

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

Change tracking sometimes not working properly #219

Closed brud closed 3 years ago

brud commented 3 years ago

Hi @tomblachut, first of all thanks a lot for a great job!

I have a question (or probably I find a bug): sometime if I make changes in *.svelte file and open browser - changes are untracked. But if after that I open IDE and click on terminal tab - hot reload starts to work.

Is it plugin error, or IDE? (I tried plugin on last version Rider and WebStorm)

tomblachut commented 3 years ago

Hi @brud! There isn't anything special in the plugin specific to hot reload. You might try to check your settings as described here https://www.jetbrains.com/help/webstorm/working-with-source-code.html#auto_save

tomblachut commented 3 years ago

Closing as inactive