Search Google
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.3",
|
||||
"version": "1.2.4",
|
||||
"engines": {
|
||||
"vscode": "^1.40.0"
|
||||
},
|
||||
@ -22,6 +22,7 @@
|
||||
"onCommand:helper.listToListWrappedComma",
|
||||
"onCommand:helper.prettySql",
|
||||
"onCommand:helper.removeComment",
|
||||
"onCommand:helper.searchGoogle",
|
||||
"onCommand:helper.sortLength",
|
||||
"onCommand:helper.sortNormal",
|
||||
"onCommand:helper.unwrapSql",
|
||||
@ -39,6 +40,7 @@
|
||||
{ "command": "helper.listToListWrappedComma", "title": "List to list wrapped comma" },
|
||||
{ "command": "helper.prettySql", "title": "Pretty Sql" },
|
||||
{ "command": "helper.removeComment", "title": "Remove comment" },
|
||||
{ "command": "helper.searchGoogle", "title": "Search Google" },
|
||||
{ "command": "helper.sortLength", "title": "Sort by Length" },
|
||||
{ "command": "helper.sortNormal", "title": "My Sort lines (ascending, case sensitive)" },
|
||||
{ "command": "helper.unwrapSql", "title": "Un-wrap Sql" },
|
||||
|
Reference in New Issue
Block a user