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

2 Commits

Author SHA1 Message Date
33d743afc7 Merge branch 'feature-enabled-formats-config' 2025-07-14 14:14:24 +08:00
8f8ae89be5 更新 README.md 2025-07-12 04:38:17 +08:00

View File

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