Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Better MakoNew to Visual Studio Code? Get it now.
Better Mako

Better Mako

chaojie

|
1,909 installs
| (2) | Free
Better Mako template language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Vscode plugin for Mako tempalte language

In the historical projects of the company I work for, Mako was extensively used as a template engine. However, modern editors do not support features such as highlighting, folding, and snippets for the Mako template engine (Pycharm: https://youtrack.jetbrains.com/issue/PY-51736/Release-legacy-Mako-support-as-a-plugin), making it difficult to make modifications on a massive amount of legacy code without these functionalities. So I decided to write a vscode plugin for Mako.

This project highly inspired by jinjahtml-vscode.

show

Features

  • highlighting
  • Icon
  • Folding
  • Snippets

File Associations

You can add more file associations, for example to associate .html files with mako; in your user or workspace settings add:

"files.associations": {
  "*.html": "mako"
},
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft