Sort by Length

This commit is contained in:
2020-07-11 20:53:22 -07:00
parent ff449a9c5f
commit 91cb50b187
4 changed files with 28 additions and 12 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.2.1",
"version": "1.2.2",
"engines": {
"vscode": "^1.40.0"
},
@ -24,7 +24,8 @@
"onCommand:helper.sortNormal",
"onCommand:helper.unwrapSql",
"onCommand:helper.wrapSqlCSharp",
"onCommand:helper.wrapSqlVB"
"onCommand:helper.wrapSqlVB",
"onCommand:helper.sortLength"
],
"contributes": {
"commands": [
@ -39,7 +40,8 @@
{ "command": "helper.sortNormal", "title": "My Sort lines (ascending, case sensitive)" },
{ "command": "helper.unwrapSql", "title": "Un-wrap Sql" },
{ "command": "helper.wrapSqlCSharp", "title": "Wrap Sql for C#" },
{ "command": "helper.wrapSqlVB", "title": "Wrap Sql for VB" }
{ "command": "helper.wrapSqlVB", "title": "Wrap Sql for VB" },
{ "command": "helper.sortLength", "title": "Sort by Length" }
],
"keybindings": [
{