Split by Space Reverse Join Sort lines (ascending, case sensitive)
PathWithoutBracketsSingularized
This commit is contained in:
2022-03-10 14:19:47 -07:00
parent b91c5843df
commit eacebd708f
8 changed files with 58 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"description": "Helper for VS Code in TypeScript",
"publisher": "IFX",
"repository": "https://github.com/mikepharesjr/YO-VSCode/tree/master/type-script-helper",
"version": "1.3.11",
"version": "1.3.12",
"engines": {
"vscode": "^1.40.0"
},
@ -32,6 +32,7 @@
"onCommand:replaceLinesHelper.removeComment",
"onCommand:replaceLinesHelper.sortLength",
"onCommand:replaceLinesHelper.sortNormal",
"onCommand:replaceLinesHelper.splitBySpaceReverseJoinSort",
"onCommand:replaceLinesHelper.unwrapSql",
"onCommand:replaceLinesHelper.wrapSqlCSharp",
"onCommand:replaceLinesHelper.wrapSqlVB"
@ -114,6 +115,10 @@
"command": "replaceLinesHelper.sortNormal",
"title": "My Sort lines (ascending, case sensitive)"
},
{
"command": "replaceLinesHelper.splitBySpaceReverseJoinSort",
"title": "Split by Space Reverse Join Sort lines (ascending, case sensitive)"
},
{
"command": "replaceLinesHelper.unwrapSql",
"title": "Un-wrap Sql"