Lyu, Wei-Da
Lyu, Wei-Da
We need some extra work with the unsaved "untitled" document. It is enabled in this PR but it seems like it sometimes causes crashes during completion. Might need to check...
I think the problem isn't that TypeScript only handles physical files. The problem with completion is the inconsistency of the document URI schema. What is sent back in `completionItem.data.uri` is...
Currently, only file:// protocol is supported. Can you give an example of the use case?
There is a PR https://github.com/sveltejs/language-tools/pull/2611 to add support for non-file schema, but it is inactive. If you're interested, PR is welcome. Otherwise, you might need to find a way to...
Duplicate of #1516. But It should be `Svelte: Find file reference` that will create an empty setting. The reason is the lack of API to make the reference UI always...