diff --git a/README.md b/README.md index 2c46289..87bfa90 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,37 @@ Or right-click on the selected text -> Convert string to... | `variable-conversion.formatOrder` | 配置变量命名方式的显示顺序
Configure the display order of variable naming conventions. | `[ "camel_case", "pascal_case", "snake_case" ]` | 见配置项 | | `variable-conversion.disablePathFormat` | 定义哪些路径风格是禁用的
Define which path formats are disabled. | `["windows_style", "unix_style"]` | 见配置项 | +配置项如下: + + + + + + + + + + + + + + + + + + + + +
Enabled Formats 配置Format Order 配置
Enabled FormatsFormat Order
Disable Path Format 配置
Disable Path Format
+ ## 支持的类型 Support Case ### 变量转换 diff --git a/image/settings-disable-path-format.png b/image/settings-disable-path-format.png new file mode 100644 index 0000000..6fb579f Binary files /dev/null and b/image/settings-disable-path-format.png differ diff --git a/image/settings-enable-formats.png b/image/settings-enable-formats.png new file mode 100644 index 0000000..d8c58db Binary files /dev/null and b/image/settings-enable-formats.png differ diff --git a/image/settings-format-order.png b/image/settings-format-order.png new file mode 100644 index 0000000..f76dc0e Binary files /dev/null and b/image/settings-format-order.png differ