Hugo Shortcodes can get complicated when there's more than one or two parameters.
This extension add some syntax highlighting for Shortcodes, making visual identification of individual pieces easier.
For example, some shortcodes are below.
After typing %
, <
, -
, user created Shortcodes are suggested.
These are from Themes or user created, specifically **/layouts/shortcodes/*.html
You can F12 on your custom shortcodes like {{% collapsible %}}
Positional parameters are not really supported. They just get highlighted like the Shortcode name.
npm install -g @vscode/vsce
vcse package
vcse publish