Quick Fix CS0108 & Quick Fix Public
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.8",
|
||||
"version": "1.3.1",
|
||||
"engines": {
|
||||
"vscode": "^1.40.0"
|
||||
},
|
||||
@ -22,6 +22,8 @@
|
||||
"onCommand:replaceLinesHelper.listToListFamily",
|
||||
"onCommand:replaceLinesHelper.listToListWrappedComma",
|
||||
"onCommand:replaceLinesHelper.prettySql",
|
||||
"onCommand:replaceLinesHelper.quickFixCS0108",
|
||||
"onCommand:replaceLinesHelper.quickFixPublic",
|
||||
"onCommand:replaceLinesHelper.removeComment",
|
||||
"onCommand:replaceLinesHelper.sortLength",
|
||||
"onCommand:replaceLinesHelper.sortNormal",
|
||||
@ -40,6 +42,8 @@
|
||||
{ "command": "replaceLinesHelper.listToListFamily", "title": "List to list family (Kristy, Mike ...)" },
|
||||
{ "command": "replaceLinesHelper.listToListWrappedComma", "title": "List to list wrapped comma" },
|
||||
{ "command": "replaceLinesHelper.prettySql", "title": "Pretty Sql" },
|
||||
{ "command": "replaceLinesHelper.quickFixCS0108", "title": "Quick Fix CS0108" },
|
||||
{ "command": "replaceLinesHelper.quickFixPublic", "title": "Quick Fix Public" },
|
||||
{ "command": "replaceLinesHelper.removeComment", "title": "Remove comment" },
|
||||
{ "command": "replaceLinesHelper.sortLength", "title": "Sort by Length" },
|
||||
{ "command": "replaceLinesHelper.sortNormal", "title": "My Sort lines (ascending, case sensitive)" },
|
||||
|
Reference in New Issue
Block a user