If you write Hugo or Thulite content in Markdown, the Hugo Shortcodes extension can save a lot of time.
Smart Editing
It adds shortcode-aware syntax highlighting and intelligent completions while you type {{< shortcode >}} or {{% shortcode %}}. That means fewer typos, faster writing, and less context switching to documentation.
Template Aware
What makes it especially useful is that suggestions are based on shortcode templates in your own workspace. The extension can discover names, named arguments, and positional argument slots from patterns like .Get, .Params, and @param docs, then refresh automatically when templates change.
Why It Helps
You get a smoother authoring experience, more accurate shortcode usage, and quicker content production in VS Code.