Added listToListFamily
This commit is contained in:
@ -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)" },
|
||||
|
Reference in New Issue
Block a user