How to get markdown autocomplete with MDX? #2424
-
When typing in a file called "foo.md", VSCode will automatically autocomplete this:
To this:
Similarly, VSCode will automatically autocomplete this:
To this:
Both of these things do not happen in an MDX file by default. After installing this extension, I naively expended this functionality to be added, but it does not seem to be the case. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I am seeing path completions in MDX for links as you describe, but I need to press Ctrl + Space to trigger the auto complete. For markdown however, the completion pops up automatically based on certain trigger characters. Is that the behaviour you’re seeing too? |
Beta Was this translation helpful? Give feedback.
I am seeing path completions in MDX for links as you describe, but I need to press Ctrl + Space to trigger the auto complete. For markdown however, the completion pops up automatically based on certain trigger characters. Is that the behaviour you’re seeing too?