Hugo模板语法开发过程中有什么插件可以推荐 #30
Unanswered
2061360308
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
环境
我使用VsCode编辑器
情况
Hugo的模板语法往往导致,高亮,格式化,语法检测等等都不能够使用,更糟糕的是这些东西都是胡乱工作。
语法检测四处标红,格式化将
{{ }}变成{ { } }。高亮也是没法正常工作。我尝试了很多Hugo相关插件,直接在Html中倒也还行,但是当我在<script>标签中使用模板语法时效果太差了。
问题
有什么开发工具或者设置方法可以解决这些问题吗,当遇到普通简短的代码还行,长段的代码都需要自己敲空格对齐,还得忍受界面一片error的红线
Beta Was this translation helpful? Give feedback.
All reactions