-
Is it possible to get vscode import suggestions to work? If so, how? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi, you mean like, how to get intellisense in Markdown files or something else? Can you please provide more details? |
Beta Was this translation helpful? Give feedback.
-
Yes, that. It’s probably something the language tools should provide, but you might have already found a solution to get this to work. What I mean by import suggestions is that when I start typing |
Beta Was this translation helpful? Give feedback.
-
Yes, this is not currently possible, it is a known limitation when working with Markdown files. You can try assigning I will try to play around with this after I release the first stable version, as it should not affect the preprocessor API or introduce any breaking changes. For now, focus is on a stable API and online documentation. |
Beta Was this translation helpful? Give feedback.
-
Ok thanks. I had a look, but it is not only the syntax highlighting (which appears reasonably easy) but also the suggestions, for that I have to dig a lot deeper. Thanks for the great preprocessor. |
Beta Was this translation helpful? Give feedback.
Yes, this is not currently possible, it is a known limitation when working with Markdown files.
You can try assigning
.md
as.svelte
in VSCode, but that is also not ideal as it will lead to some other problems.I will try to play around with this after I release the first stable version, as it should not affect the preprocessor API or introduce any breaking changes.
For now, focus is on a stable API and online documentation.