gpt4 book ai didi

visual-studio-code - 防止 Intellisense 在 VS Code 中插入分号

转载 作者:行者123 更新时间:2023-12-04 10:34:33 26 4
gpt4 key购买 nike

我们不在 TypeScript 中使用分号。每次 VS 代码 (v1.18.1) 中的 Intellisense 插入一行时,它都会以 ; 终止它.示例是导入语句。

是否可以将 VS Code 配置为不附加分号?现在必须手动删除它们非常低效。

最佳答案

TSLint semicolon rule (有自动修复)

TSLint extension for vscode
tslint.json规则部分:

"semicolon": [true, "never"]

settings.json Ctrl+,

"tslint.autoFixOnSave": ["semicolon"]

有一个关于它的未解决问题 https://github.com/Microsoft/TypeScript/issues/19882

关于visual-studio-code - 防止 Intellisense 在 VS Code 中插入分号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47666209/

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