coc-extensions / coc-svelte

svelte support for (Neo)Vim
MIT License
176 stars 24 forks source link

Get "Error detected while processing function..." when try to open HTML tag in svelte file #44

Open peshoicov opened 2 years ago

peshoicov commented 2 years ago

So - when I start vim I get this message:

image

But then, when I try to type a HTML tag - I get Error detected while processing function <lambda>9[1]..<SNR>60_execute::

image

--

And also - don't know if this is related, but I don't get real intellisense. For example - if I try import { onMount } from ... - then I don't get any completion suggestions for onMount or onDestroy or whatever.