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!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

Top comments (0)

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit