在VSCODE中格式化Django模板的最佳方法是什么?

webghufk  于 2023-10-21  发布在  Go
关注(0)|答案(1)|浏览(141)

enter image description here
VSCode prettier formatter以奇怪的方式使这个模板格式,我在django中得到错误。
我已经尝试了多个Django扩展,Prettier等。任何人都可以分享django的最佳vscode扩展和设置。

kjthegm6

kjthegm61#

我使用这些解决了这个问题:
1.安装此扩展:Extension Image
2.1.像这样编辑设置JSON文件

"[django-html]": {
"editor.defaultFormatter": "junstyle.vscode-django-support"
},

相关问题