tomblachut / svelte-intellij

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

Working references #50

Closed tomblachut closed 5 years ago

tomblachut commented 5 years ago

This ~is a very rough take to get rid of~ removes faulty code injector and make whole plugin robust at last by using lazy parsing. No more weird inspections, switch to JSX prompts. Even intentions like Remove parentheses work.

Completion popups need to get care after this.

Resolves #3

tomblachut commented 5 years ago

Work on this PR gave me better outlook on the next steps: