1.2 KiB
1.2 KiB
Change Log
All notable changes to the "variable-conversion" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
All notable changes to this extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.4
Added
- Add shortcut key
Ctrl + Shift + T
to show vscode QickPick window (添加快捷键 Ctrl + Shift + T 来显示 vscode QickPick 弹窗) - Write
README.md
(完善 README 文档)
1.0.3
Added
- Add extension logo (添加插件 logo)
Fixed
- Fixed an issue where the editor context menu was not displayed correctly. (修复右键菜单未能正确展示的问题)
1.0.0
Added
- Adds an editor context menu with submenu
- Implement conversion to Camel Case, Pascal Case, Snake Case(Snake Camel, Snake Pascal, Snake Upper), Kebab Case(Kebab Camel, Kebab Pascal, Kebab Upper), Lower Case, Upper Case
- Add test cases
- Initial release