Block a user
coder-xiaomo
pushed tag 1.1.0 to coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 23:55:09 +08:00
coder-xiaomo
pushed to release at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 23:54:50 +08:00
7428dd0748
Merge branch 'main' into release
7b4a0667e6
版本号更新为 1.1.0;更新 CHANGELOG.md
3fb3e7a083
Merge branch 'feature-vscode-settings'
9021df5ea8
支持通过VSCode设置页配置哪些格式是禁用的 (#2)
bcecab5425
更新 README.md 自述文档
coder-xiaomo
pushed to main at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 23:49:57 +08:00
7b4a0667e6
版本号更新为 1.1.0;更新 CHANGELOG.md
coder-xiaomo
deleted branch feature-vscode-settings from coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 23:40:43 +08:00
coder-xiaomo
pushed to main at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 23:40:20 +08:00
3fb3e7a083
Merge branch 'feature-vscode-settings'
9021df5ea8
支持通过VSCode设置页配置哪些格式是禁用的 (#2)
bcecab5425
更新 README.md 自述文档
8cf0bae1d0
配置项描述调整:中文在前英文在后
d07981febd
为了发版暂时隐藏未开发完成的 variable-conversion.circularConversionFormatOrder 配置项
coder-xiaomo
pushed to feature-vscode-settings at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 23:35:45 +08:00
bcecab5425
更新 README.md 自述文档
coder-xiaomo
pushed to feature-vscode-settings at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 23:14:47 +08:00
8cf0bae1d0
配置项描述调整:中文在前英文在后
d07981febd
为了发版暂时隐藏未开发完成的 variable-conversion.circularConversionFormatOrder 配置项
coder-xiaomo
pushed to feature-vscode-settings at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 23:02:20 +08:00
1af0d743db
快捷键循环转换支持过滤用户配置的禁用格式 (disableFormat)
coder-xiaomo
pushed to feature-vscode-settings at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 22:54:27 +08:00
4c302ddbb2
右键菜单支持过滤用户配置的禁用格式 (disableFormat)
coder-xiaomo
pushed to feature-vscode-settings at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 22:32:21 +08:00
68ffcc49f7
QuickPick 菜单支持过滤用户配置的禁用格式 (disableFormat)
coder-xiaomo
pushed to release at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 00:52:36 +08:00
ad6bd43e82
Merge branch 'main' into release
2f3dc60ca2
版本号更新为 1.0.11
2efac06999
不完美支持:当子窗口激活时,点击主窗口状态栏能够正确弹出快速拾取菜单
coder-xiaomo
pushed to feature-vscode-settings at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 00:52:09 +08:00
f8fe40c374
添加 VSCode 配置项 (逻辑待实现)
2f3dc60ca2
版本号更新为 1.0.11
2efac06999
不完美支持:当子窗口激活时,点击主窗口状态栏能够正确弹出快速拾取菜单
coder-xiaomo
pushed tag 1.0.11 to coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 00:51:14 +08:00
coder-xiaomo
pushed to main at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 00:50:05 +08:00
2f3dc60ca2
版本号更新为 1.0.11
coder-xiaomo
pushed to main at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 00:49:08 +08:00
2efac06999
不完美支持:当子窗口激活时,点击主窗口状态栏能够正确弹出快速拾取菜单
coder-xiaomo
pushed to feature-vscode-settings at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-29 00:18:42 +08:00
25abd086cc
添加 VSCode 配置项 (逻辑待实现)
coder-xiaomo
created branch feature-vscode-settings in coder-xiaomo/variable-conversion-vscode-ext...
2024-07-28 23:47:31 +08:00
coder-xiaomo
pushed to feature-vscode-settings at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-28 23:47:31 +08:00
64b41248e4
添加 VSCode 配置项 (逻辑待实现)
coder-xiaomo
pushed tag 1.0.10 to coder-xiaomo/variable-conversion-vscode-ext...
2024-07-28 21:11:15 +08:00
coder-xiaomo
pushed to release at coder-xiaomo/variable-conversion-vscode-ext...
2024-07-28 21:10:24 +08:00
da741a6e24
Merge branch 'main' into release
762859f9e6
新增点分割转换目标;版本号更新为1.0.10
d4277da88b
修改 循环转换的顺序:CAMEL_CASE → SNAKE_CASE → PASCAL_CASE → KEBAB_CASE → SPACE_CASE → ...