wawandco / visho

VSCode extension to boost your Plush productivity to the moon.
https://marketplace.visualstudio.com/items?itemName=wawandco-tools.visho
MIT License
7 stars 0 forks source link
buffalo-framework golang plush

Visho

Logo

Visho is a VSCode extension that provides tooling for the Plush templating language.

Features

Syntax highlighting

This extension provides syntax highlighting for the Plush language.

Preview

Code snippets

Visho provides a set of code snippets for the most common plush tags and functions.

Additionally these can be used with the pl prefix instead of p (e.g. plif instead of pif)

FAQ

Why is it called Visho?

Visho is the combination of Visual Studio Code and Plush. We just added an O at the end to make it sound cooler.

How do I make Emmet work with Visho?

You will need to add the following to your settings.json file:

"emmet.includeLanguages": {
    "plush": "html"
}

Copyright

Visho is Copyright © 2022 Wawandco SAS. It is free software, and may be redistributed under the terms specified in the LICENSE file.