DEV Community

Chase Adams
Chase Adams

Posted on • Originally published at chaseadams.io on

3 2

Enable tab completion for Markdown Snippets in VS Code

While working on a frontmatter markdown snippet in VS Code I couldn't understand why tab completion wasn't working. It turns out that some extensions (including Markdown) don't have snippet tab completion enabled by default (you can however type ctrl+Space to show available snippets with what you've typed).

Enable snippet tab completion for all extensions

To enable tab completion in VS Code, open your User Settings (⌘+, in MacOS, ctrl+, in Windows) and add the following JSON:

"editor.tabCompletion": true,
Enter fullscreen mode Exit fullscreen mode

Save your User Setttings configuration and your on your way to more efficient snippet usage for Markdown (and other languages)!

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay