Visho is a VSCode extension that provides tooling for the Plush templating language.
This extension provides syntax highlighting for the Plush language.
Visho provides a set of code snippets for the most common plush tags and functions.
pifadds an if blockpieadds an if/else blockpmadds a map variable definitionpaadds an array/slice variable definitionpaadds an array/slice variable definitionpforadds a for blockpformadds a form blockpformfadds a form_for blockpinpadds a plush input tagptaadds a plush text areapslcadds a plush select tagpchadds a plush checkbox tagpeadds a plush expression (<% content %>)ptadds a print tag (<%= content %>)pptadds a partial call tagplinkadds a linkTo tag
Additionally these can be used with the pl prefix instead of p (e.g. plif instead of pif)
Visho is the combination of Visual Studio Code and Plush. We just added an O at the end to make it sound cooler.
You will need to add the following to your settings.json file:
"emmet.includeLanguages": {
"plush": "html"
}Visho is Copyright © 2022 Wawandco SAS. It is free software, and may be redistributed under the terms specified in the LICENSE file.

