Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>vscode-plushNew to Visual Studio Code? Get it now.
vscode-plush

vscode-plush

Hasit Mistry

|
601 installs
| (0) | Free
Plush syntax support for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-plush

plush version plush installs plush ratings

Plush syntax support for VSCode. Currently supports snippets. Eventually, will contain support for syntax highlighting and complete autoformatting of Plush tags in HTML files.

Snippets and Bindings

Snippet Prefix Output
expression tag ple <% expression %>
print tag plp <%= expression %>
if block plif <%= if (condition) { %> ... <% } %>
if else block plie <%= if (condition) { %> ... <% } else { %> ... <% } %>
map plm <% let name = {key: value} %>
array pla <% let name = [values] %>
for plf <%= for (key, value) in expression { %><%= key %> <%= value %><% } %>

References

Plush

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft