{ "activationEvents": [], "categories": [ "Other" ], "contributes": { "configuration": { "type": "object", "title": "Type Script Helper Configuration", "properties": { "fileTemplates.author": { "type": [ "string", "null" ], "default": null, "description": "Value to use to replace #{author} variable." }, "fileTemplates.company": { "type": [ "string", "null" ], "default": null, "description": "Value to use to replace #{company} variable." } } }, "commands": [ { "category": "Helper", "command": "copyHelper.copySyntaxInLight", "title": "Copy Syntax In Light Theme" }, { "category": "Helper", "command": "open-in-new-window.open", "title": "Open in New Window" }, { "category": "Helper", "command": "promiseLinesHelper.codeGeneratorQuickPick", "title": "Code Generator - Quick Pick" }, { "category": "Helper", "command": "promiseLinesHelper.insertDateTime", "title": "Insert DateTime" }, { "category": "Helper", "command": "promiseLinesHelper.transformToParamCase", "title": "Transform to Param Case" }, { "category": "Helper", "command": "promiseLinesHelper.transformToPopperCase", "title": "Transform to Popper Case" }, { "category": "Helper", "command": "readOnlyLinesHelper.searchGoogle", "title": "Search Google" }, { "category": "Kanban", "command": "kanban.refreshBoth", "title": "Refresh Kanban Both" }, { "category": "Kanban", "command": "kanban.refreshSidebar", "title": "Refresh Kanban Sidebar" }, { "category": "Kanban", "command": "kanban.refreshWebView", "title": "Refresh Kanban WebView" }, { "category": "Kanban", "command": "kanban.debugReload", "title": "Debug Reload Kanban" }, { "category": "Kanban", "command": "kanban.openWithTextEditor", "title": "Open with Text Editor Kanban" }, { "category": "Markdown", "command": "markdown.newMarkdownFile", "title": "New Markdown File" }, { "category": "Quick Fix", "command": "replaceLinesHelper.quickFixCamelCaseProperties", "title": "Camel Case Properties" }, { "category": "Quick Fix", "command": "replaceLinesHelper.quickFixCS0108", "title": " CS0108 (Data Annotations)" }, { "category": "Quick Fix", "command": "replaceLinesHelper.quickFixInstanceFieldToCalisthenics", "title": "Instance Field to Calisthenics" }, { "category": "Quick Fix", "command": "replaceLinesHelper.quickFixProperCaseProperties", "title": "Proper Case Properties" }, { "category": "Quick Fix", "command": "replaceLinesHelper.quickFixPublic", "title": "Public (Expression Body)" }, { "category": "Replace", "command": "replaceLinesHelper.addCSharpComment", "title": "Add C# Comment" }, { "category": "Replace", "command": "replaceLinesHelper.addVBComment", "title": "Add VB Comment" }, { "category": "Replace", "command": "replaceLinesHelper.convertToRegularExpression", "title": "Convert to Regular Expression" }, { "category": "Replace", "command": "replaceLinesHelper.cutEachLine", "title": "Cut each line after |||" }, { "category": "Replace", "command": "replaceLinesHelper.distinctLines", "title": "Distinct Lines" }, { "category": "Replace", "command": "replaceLinesHelper.expandSql", "title": "Expand Sql" }, { "category": "Replace", "command": "replaceLinesHelper.listToListFamily", "title": "List to list family (Kristy, Mike ...)" }, { "category": "Replace", "command": "replaceLinesHelper.listToListWrappedComma", "title": "List to list wrapped comma" }, { "category": "Replace", "command": "replaceLinesHelper.prettySql", "title": "Pretty Sql" }, { "category": "Replace", "command": "replaceLinesHelper.removeComment", "title": "Remove comment" }, { "category": "Replace", "command": "replaceLinesHelper.sortLength", "title": "Sort by Length" }, { "category": "Replace", "command": "replaceLinesHelper.sortNormal", "title": "My Sort lines (ascending, case sensitive)" }, { "category": "Replace", "command": "replaceLinesHelper.splitBySpaceReverseJoinSort", "title": "Split by Space Reverse Join Sort lines (ascending, case sensitive)" }, { "category": "Replace", "command": "replaceLinesHelper.unwrapSql", "title": "Un-wrap Sql" }, { "category": "Replace", "command": "replaceLinesHelper.wrapSqlCSharp", "title": "Wrap Sql for C#" }, { "category": "Replace", "command": "replaceLinesHelper.wrapSqlVB", "title": "Wrap Sql for VB" }, { "category": "WebView", "command": "webView.webView", "title": "Web View" } ], "views": { "columns-to-cards-webview-view-provider-view": [ { "contextualTitle": "Kanban", "icon": "media/checklist.svg", "id": "columns-to-cards-webview-view-provider", "name": "Kanban", "type": "webview" } ] }, "viewsContainers": { "activitybar": [ { "icon": "media/checklist.svg", "id": "columns-to-cards-webview-view-provider-view", "title": "Kanban" } ] } }, "dependencies": { "@vscode/vsce": "^2.19.0", "polka": "^0.5.2" }, "description": "Helper for VS Code in TypeScript", "devDependencies": { "@nodelib/fs.stat": "^3.0.0", "@types/mocha": "^10.0.6", "@types/node": "^18.11.0", "@types/vscode": "^1.63.0", "@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/parser": "^5.40.0", "@vscode/test-electron": "^2.4.0", "@vscode/test-web": "*", "concurrently": "^8.2.2", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "glob": "^10.4.1", "mocha": "^10.4.0", "prettier": "^2.7.1", "ts-loader": "^9.4.1", "typescript": "^4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0" }, "displayName": "Type Script Helper", "engines": { "vscode": "^1.79.0" }, "main": "./dist/extension.js", "name": "type-script-helper", "publisher": "IFX", "repository": "https://github.com/mikepharesjr/YO-VSCode/tree/master/type-script-helper", "scripts": { "tsc-build": "tsc", "vscode:publish": "node node_modules/@vscode/vsce/vsce package", "webpack": "webpack --config ./build/node-extension.webpack.config.js", "watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"" }, "version": "1.7.0" }