Sort by Length
This commit is contained in:
@ -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": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user