{ "activationEvents": [], "categories": [ "Other" ], "contributes": { "commands": [ { "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.apiAuthenticate", "title": "API Authenticate Kanban" }, { "category": "Kanban", "command": "kanban.newEntry", "title": "New Kanban Entry" }, { "category": "Kanban", "command": "kanban.refresh", "title": "Refresh Kanban" }, { "category": "Kanban", "command": "kanban.debugReload", "title": "Debug Reload Kanban" }, { "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": { "kanban-sidebar-view": [ { "contextualTitle": "Kanban", "icon": "media/checklist.svg", "id": "kanban-sidebar", "name": "Kanban", "type": "webview" } ] }, "viewsContainers": { "activitybar": [ { "icon": "media/checklist.svg", "id": "kanban-sidebar-view", "title": "Kanban" } ] } }, "dependencies": { "@vscode/vsce": "^2.19.0", "polka": "^0.5.2" }, "description": "Helper for VS Code in TypeScript", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-node-resolve": "^15.2.1", "@rollup/plugin-typescript": "^11.1.4", "@tsconfig/svelte": "^1.0.10", "@types/glob": "^8.1.0", "@types/mocha": "^10.0.1", "@types/node": "20.2.5", "@types/polka": "^0.5.1", "@types/vscode": "^1.79.0", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", "@vscode/test-electron": "^2.3.2", "concurrently": "^8.2.1", "eslint": "^8.41.0", "glob": "^8.1.0", "mocha": "^10.2.0", "rollup": "^2.3.4", "rollup-plugin-svelte": "^6.1.1", "rollup-plugin-terser": "^7.0.2", "svelte": "^3.31.0", "svelte-check": "^1.1.23", "svelte-preprocess": "^5.0.4", "ts-loader": "^9.4.3", "typescript": "^5.1.3", "webpack": "^5.85.0", "webpack-cli": "^5.1.1" }, "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": { "compile": "webpack --config ./build/node-extension.webpack.config.js", "lint": "eslint src --ext ts", "package": "webpack --mode production --devtool hidden-source-map --config ./build/node-extension.webpack.config.js", "pretest": "npm run test-compile && npm run lint", "rollup:compile": "rollup -c && webpack --mode production", "test": "node ./out/test/runTest.js", "test-compile": "tsc -p ./", "test-watch": "tsc -watch -p ./", "vscode:prepublish": "npm run package", "watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"" }, "version": "1.5.1" }