答案1
您可以在这里阅读折叠式的在 Visual Studio Code 中。
正如您所见,它为语言提供了语法感知折叠功能,Markdown, HTML, CSS, LESS, SCSS, and JSON.
我建议您尝试将您语言的设置更改为文档中提到的缩进。
以下是 HTML 示例。
"[html]": {
"editor.foldingStrategy": "indentation"
},
您可以在这里阅读折叠式的在 Visual Studio Code 中。
正如您所见,它为语言提供了语法感知折叠功能,Markdown, HTML, CSS, LESS, SCSS, and JSON.
我建议您尝试将您语言的设置更改为文档中提到的缩进。
以下是 HTML 示例。
"[html]": {
"editor.foldingStrategy": "indentation"
},