1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

获取 disableFormat 配置项改为获取 enabledFormats 配置项

This commit is contained in:
2025-07-12 04:34:24 +08:00
parent 3ff4c068f2
commit c50dfe4f70
5 changed files with 58 additions and 30 deletions

View File

@@ -86,7 +86,7 @@ Or right-click on the selected text -> Convert string to...
| 配置项 Configuration Key | 描述 Description | 配置示例 | 默认值 |
| ----------------------------------- | ------------------------------------------------------------ | ------------------------------ | ------ |
| `variable-conversion.disableFormat` | 定义哪些格式是禁用的<br />Define which formats are disabled. | `["lower_case", "upper_case"]` | `[]` |
| `variable-conversion.enabledFormats` | 配置启用的变量命名方式<br />Configuration of Enabled Variable Naming Conventions. | `{ "xxxCase.enabled": boolean, ... }` | 见配置项 |
## 支持的类型 Support Case