【问题标题】:What is possible value for editor.insertSpaces other than auto除了 auto 之外 editor.insertSpaces 的可能值是什么
【发布时间】:2015-07-09 23:33:47
【问题描述】:

我想禁用 editor.insertSpaces

我想在 vscode 中保留标签,但我做不到。除了自动之外,它没有任何建议值。我该怎么办

【问题讨论】:

    标签: settings visual-studio-code


    【解决方案1】:

    你可以使用这些:

    "editor.insertSpaces": true
    "editor.insertSpaces": false
    "editor.insertSpaces": "auto"
    

    【讨论】:

    • 非常感谢它确实有效。仍然想知道为什么它不存在于建议中
    猜你喜欢
    • 2011-02-27
    • 2016-05-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-03-30
    • 2021-09-25
    相关资源
    最近更新 更多