Type checking, completions and goto definition in VS Code in .md files? #1990
Unanswered
joostschuur-planetplay
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Are there editor extensions that enable type checking in fenced code blocks? I have yet to find one for VSCode. Femaco seems to do that for neovim, but I haven't tried it. |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible at this point to get the full TypeScript IDE experience in Markdown files in a ```ts` block in Markdown files?
I've seem the reference to TypeScript in the docs, but if I have something like this in
config.ts
......and then in a Markdown file do this...
... the Markdown file doesn't know the type for
foo
.Is this currently supported for Markdown files? Or is the point of ts/tsx code blocks right now just that you can import from .ts files and the types get stripped out?
Beta Was this translation helpful? Give feedback.
All reactions