Type checking, completions and goto definition in VS Code in .md files? #1990
joostschuur-planetplay
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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