listToListWrappedComma

This commit is contained in:
2020-02-26 12:01:45 -07:00
parent 615bbd23a7
commit b45f007134
5 changed files with 17 additions and 1 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.0",
"version": "1.2.1",
"engines": {
"vscode": "^1.40.0"
},
@ -18,6 +18,7 @@
"onCommand:helper.convertToRegularExpression",
"onCommand:helper.expandSql",
"onCommand:helper.listToListFamily",
"onCommand:helper.listToListWrappedComma",
"onCommand:helper.prettySql",
"onCommand:helper.removeComment",
"onCommand:helper.sortNormal",
@ -32,6 +33,7 @@
{ "command": "helper.convertToRegularExpression", "title": "Convert to Regular Expression" },
{ "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.sortNormal", "title": "My Sort lines (ascending, case sensitive)" },