Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Jinja SpacerNew to Visual Studio Code? Get it now.
Jinja Spacer

Jinja Spacer

Rubén Villanueva

|
417 installs
| (0) | Free
VS Code extension that automatically adds blank spaces between {{ }} and {% %} for better code readability
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

jinja-spacer README

"jinja-spacer" is a Visual Code Extension that automatically adds spaces to jinja expressions for better code readability when saving the file

Features

The extension automatically adds blank spaces between {{ }} and {% %} jinja declarations on save. It works with jinja, sql and yml/yaml files extensions. For example, if we have the following expression in a .sql file:

select * from {{ref('stg_customers')}}

when saving the file, the extension will automatically change the expression to:

select * from {{ ref('stg_customers') }}

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