listToListWrappedComma
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.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)" },
|
||||
|
Reference in New Issue
Block a user