wrapSqlVB sortLength cutEachLine

This commit is contained in:
2021-06-07 17:48:09 -07:00
parent 63fe43adf0
commit 9efe4e506b
3 changed files with 22 additions and 18 deletions

View File

@ -16,34 +16,34 @@
"onCommand:helper.addCSharpComment",
"onCommand:helper.addVBComment",
"onCommand:helper.convertToRegularExpression",
"onCommand:helper.cutEachLine",
"onCommand:helper.expandSql",
"onCommand:helper.listToListFamily",
"onCommand:helper.listToListWrappedComma",
"onCommand:helper.prettySql",
"onCommand:helper.removeComment",
"onCommand:helper.sortLength",
"onCommand:helper.sortNormal",
"onCommand:helper.unwrapSql",
"onCommand:helper.wrapSqlCSharp",
"onCommand:helper.wrapSqlVB",
"onCommand:helper.sortLength",
"onCommand:helper.cutEachLine"
"onCommand:helper.wrapSqlVB"
],
"contributes": {
"commands": [
{ "command": "helper.addCSharpComment", "title": "Add C# Comment" },
{ "command": "helper.addVBComment", "title": "Add VB Comment" },
{ "command": "helper.convertToRegularExpression", "title": "Convert to Regular Expression" },
{ "command": "helper.cutEachLine", "title": "Cut each line after |||" },
{ "command": "helper.expandSql", "title": "Expand Sql" },
{ "command": "helper.listToListFamily", "title": "List to list family (Kristy, Mike ...)" },
{ "command": "helper.listToListWrappedComma", "title": "List to list wrapped comma" },
{ "command": "helper.prettySql", "title": "Pretty Sql" },
{ "command": "helper.removeComment", "title": "Remove comment" },
{ "command": "helper.sortLength", "title": "Sort by Length" },
{ "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.sortLength", "title": "Sort by Length" },
{ "command": "helper.cutEachLine", "title": "Cut each line after |||" }
{ "command": "helper.wrapSqlVB", "title": "Wrap Sql for VB" }
],
"keybindings": [
{