Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>WolffNew to Visual Studio Code? Get it now.
Wolff

Wolff

usbac

|
489 installs
| (0) | Free
Syntax highlighting for Wolff templates
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


Wolff logo
Wolff

Web development made just right.

An extension which provides support for the Wolff 3 template syntax.

Build ultralight web applications, without starting from scratch or dealing with complexity.

Code snippets

{{ $print_variable }}

{! $print_variable_without_escaping_it !}

{# comment #}

{% for $i in (0, 10) %}
  {{$i}}
{% endfor %}

{% $code_inside_this_tags = true; %}

~{{ $escape_template_tags }}

{% style="styles.css" %}

{% script="scripts.js" %}

{% icon="img.svg" %}

@include('imported_view')

@extends('parent_view')

{[ block name ]}
    {[ parent block_name ]}
{[ endblock ]}

Documentation

Documentation of the template syntax is available at Wolff - Docs: Template

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