Added listToListFamily

This commit is contained in:
2020-02-26 11:48:52 -07:00
parent 4d4ed174e9
commit 25d6cde0d2
5 changed files with 26 additions and 3 deletions

View File

@ -3,8 +3,9 @@
"displayName": "Type Script Helper",
"description": "Helper for VS Code in TypeScript",
"publisher": "IFX",
"version": "1.1.5",
"engines": {
"repository": "https://github.com/mikepharesjr/YO-VSCode/tree/master/type-script-helper",
"version": "1.2.0",
"engines": {
"vscode": "^1.40.0"
},
"categories": [
@ -16,6 +17,7 @@
"onCommand:helper.addVBComment",
"onCommand:helper.convertToRegularExpression",
"onCommand:helper.expandSql",
"onCommand:helper.listToListFamily",
"onCommand:helper.prettySql",
"onCommand:helper.removeComment",
"onCommand:helper.sortNormal",
@ -29,6 +31,8 @@
{ "command": "helper.addVBComment", "title": "Add VB Comment" },
{ "command": "helper.expandSql", "title": "Expand Sql" },
{ "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.prettySql", "title": "Pretty Sql" },
{ "command": "helper.removeComment", "title": "Remove comment" },
{ "command": "helper.sortNormal", "title": "My Sort lines (ascending, case sensitive)" },