gpt4 book ai didi

visual-studio-code - 如何在 VS Code 中保存代码时设置格式

转载 作者:行者123 更新时间:2023-12-03 04:23:33 25 4
gpt4 key购买 nike

当我在 Visual Studio Code 中保存文件时,我想使用内置格式化程序自动格式化 TypeScript 代码。

我知道以下选项,但没有一个足够好:

  • 手动设置格式Shift + Alt + F
  • 类型格式"editor.formatOnType": true
    • 当您按 Enter 键时,它会格式化该行。不幸的是,当您用鼠标单击另一行或按向上/向下箭头时,它会保持未格式化。
  • 使用现有扩展程序
    • 我试过这个one ,但似乎效果不太好。
  • 使用美化"beautify.onSave": true
    • 它不适用于 TypeScript
  • 编写自定义扩展
    • 如果您想正确处理自动保存和构建,这会很棘手。

最佳答案

截至 2016 年 9 月(VSCode 1.6),现在正式 supported

将以下内容添加到您的 settings.json 文件中:

"editor.formatOnSave": true

关于visual-studio-code - 如何在 VS Code 中保存代码时设置格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39494277/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com