Kinetq.LiquidPages.ExtensionA Visual Studio extension that provides enhanced support for Liquid template files in your .NET projects. This extension is meant to work specifically with Kinetq.LiquidPages, a framework for building web applications using Liquid templates in .NET and emulates the RazorPages patterns. Features🎨 Syntax HighlightingThe extension provides syntax highlighting for Liquid template files ( ✨ Built-in FormatterThe extension includes a standalone Liquid template formatter powered by Prettier and the Shopify Liquid plugin. The formatter is bundled as a single executable ( When your in a .liquid file, you can format the document using Control+Shift+X or by clicking "Format Liquid Document" in the Extensions Menu. ⚡ Quick CommandsThe extension adds two convenient commands to your project context menu (
PrerequisitesImportant: Before using the Add LiquidPage or Add LiquidErrorPage commands, you must install the To install the templates package, run the following command in your terminal:
Without this package installed, the Add LiquidPage and Add LiquidErrorPage commands will not function correctly. How to Use
About Liquid TemplatesLiquid is a flexible and safe templating language created by Shopify. This extension brings first-class support for Liquid templates to Visual Studio, making it easier to work with Liquid-based web applications in the .NET ecosystem. Feedback and IssuesIf you encounter any issues or have suggestions for improvements, please visit the project repository to report them. |