From d04b03a1dc96754e70da323bc173ce55a46f5b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8?= Date: Fri, 5 Dec 2025 11:22:23 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20README.md=20?= =?UTF-8?q?=E5=92=8C=20CHANGELOG.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d6588..1860cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add new command `variable-conversion.showConvertCaseOrderDialog` to display current format order configuration. (新增 `variable-conversion.showConvertCaseOrderDialog` 命令,用于显示当前配置的格式顺序信息) - Add clickable link in formatOrder configuration description to trigger info display. (在 formatOrder 配置项描述中添加了点击触发命令的超链接) - Add shortcut key `Ctrl + Alt + \` to trigger format order info display dialog. (新增快捷键 `Ctrl + Alt + \` 用于触发显示格式顺序弹窗) +- Support displaying duplicate and invalid items in format order information dialog. (支持在格式顺序信息弹窗中显示配置的重复项和无效项) +- Add buttons in format order dialog for quick navigation to corresponding settings. (在格式顺序弹窗中添加按钮,支持快捷跳转至设置页对应配置项) ### Improved diff --git a/README.md b/README.md index 605739d..2c46289 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ A powerful variable and path conversion extension. Supports one-key conversion & > **v2.2.0 (2025-12-05)** > > - 支持配置目标转换格式顺序 +> - 支持展示当前配置的格式顺序信息弹窗,可显示配置重复项和无效项 +> - 支持从弹窗中点击按钮快捷跳转至设置页对应配置项 > > **v2.1.0 (2025-07-14)** > @@ -86,6 +88,7 @@ Or right-click on the selected text -> Convert string to... | 变量转换 快速选择 Variable Conversion QuickPick | Shift + Alt + T | | 变量循环转换→上一个 Variable Cyclic Conversion → Previous one | Ctrl + Alt + [ | | 变量循环转换→下一个 Variable Cyclic Conversion → Next one | Ctrl + Alt + ] | +| 显示格式顺序信息弹窗 Show Format Order Info Dialog | Ctrl + Alt + \` | | 路径转换 快速选择 Path Conversion QuickPick | Shift + Alt + / | | 路径循环转换→上一个 Path Cyclic conversion → Previous one | Ctrl + Alt + / | | 路径循环转换→下一个 Path Cyclic conversion → Next one | Ctrl + Shift + Alt + / |