在 VS Code 中是否有为 Django 制作 {% %} 的快捷方式?

In VS Code is there any shortcut to make {% %} for Django?

是否有任何键盘快捷键或扩展程序包含自动写出 {% %} 的快捷键,最好将光标放在里面?刚开始学习 Django 时,您似乎会充分使用它,因此快捷方式会很有用。

我喜欢 Baptiste 的 Django 扩展。试一试:

https://marketplace.visualstudio.com/items?itemName=batisteo.vscode-django

在 Baptiste Darthenay 的 Django 扩展中,您可以键入 variable 来生成 {{ }} 和 tag 来生成 {% %} .