# vscode-tool **Repository Path**: xiaoyelj/vscode-tool ## Basic Information - **Project Name**: vscode-tool - **Description**: 工作中常用的一些文本处理方法 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-01 - **Last Updated**: 2024-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myutil README 我自己常用的文本功能 ## Features 1. 全文驼峰转蛇形(camal2snake) 2. 全文蛇形转驼峰(snake2camal) 3. sql字段转java(mysql2java) ## Requirements 无. ## Extension Settings 无 ## Known Issues Calling out known issues can help limit users opening duplicate issues against your extension. ## Release Notes Users appreciate release notes as you update your extension. ### 1.0.0 Initial release of ... ### 1.0.1 Fixed issue #. ### 1.1.0 Added features X, Y, and Z. --- ## Working with Markdown You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts: * Split the editor (`Cmd+\` on macOS or `Ctrl+\` on Windows and Linux) * Toggle preview (`Shift+Cmd+V` on macOS or `Shift+Ctrl+V` on Windows and Linux) * Press `Ctrl+Space` (Windows, Linux, macOS) to see a list of Markdown snippets ## For more information * [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown) * [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/) **Enjoy!**