{"id":13600778,"url":"https://github.com/coc-extensions/coc-powershell","last_synced_at":"2025-04-15T17:46:57.908Z","repository":{"id":34982826,"uuid":"181727537","full_name":"coc-extensions/coc-powershell","owner":"coc-extensions","description":"PowerShellEditorService integration for coc.vim","archived":false,"fork":false,"pushed_at":"2022-12-12T16:02:23.000Z","size":216,"stargazers_count":59,"open_issues_count":29,"forks_count":9,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-03T17:04:37.438Z","etag":null,"topics":["hacktoberfest","vim"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coc-extensions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-16T16:32:14.000Z","updated_at":"2025-01-23T08:18:01.000Z","dependencies_parsed_at":"2023-01-15T11:27:24.283Z","dependency_job_id":null,"html_url":"https://github.com/coc-extensions/coc-powershell","commit_stats":null,"previous_names":["yatli/coc-powershell"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coc-extensions%2Fcoc-powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coc-extensions%2Fcoc-powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coc-extensions%2Fcoc-powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coc-extensions%2Fcoc-powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coc-extensions","download_url":"https://codeload.github.com/coc-extensions/coc-powershell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248881363,"owners_count":21176838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","vim"],"created_at":"2024-08-01T18:00:48.446Z","updated_at":"2025-04-15T17:46:57.891Z","avatar_url":"https://github.com/coc-extensions.png","language":"TypeScript","funding_links":[],"categories":["Language Support","TypeScript"],"sub_categories":[],"readme":"# coc-powershell\n\n[![Build Status](https://v-yadli.visualstudio.com/coc-powershell/_apis/build/status/coc-extensions.coc-powershell?branchName=master)](https://v-yadli.visualstudio.com/coc-powershell/_build/latest?definitionId=4\u0026branchName=master)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/821f104c56834a73acede8d387fc4c2b)](https://www.codacy.com/manual/coc-extensions/coc-powershell?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=coc-extensions/coc-powershell\u0026amp;utm_campaign=Badge_Grade)\n![npm](https://img.shields.io/npm/v/coc-powershell.svg)\n\nA vim plugin powered by\n[PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) and\n[coc.nvim](https://github.com/neoclide/coc.nvim)\nto provide a rich PowerShell editing experience.\n\nFeatures include:\n* Intellisense/Completions\n* Go to definition\n* [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) integration\n* Integrated REPL environment that shares the context with the language services\n* and much more!\n\n## Prerequisites\n\n1. Vim 8.0+ or NeoVim\n2. [PowerShell Core](https://github.com/powershell/powershell) or Windows PowerShell\n3. [coc.nvim](https://github.com/neoclide/coc.nvim)\n\n## Installation\n\n`coc-powershell` is an extension for `coc.nvim`.\nYou can install `coc.nvim` with a plugin manager like [vim-plug](https://github.com/junegunn/vim-plug):\n```vimL\nPlug 'neoclide/coc.nvim', {'branch': 'release'}\n```\n\nThen, use `:CocInstall coc-powershell` to install.\n\nAlternatively, you can have `coc.nvim` automatically install the extension if it's missing:\n```vimL\nlet g:coc_global_extensions=[ 'coc-powershell', ... ]\n```\n\n## Configuration\n\n### Disable the integrated console\n\nYou can disable the integrated console when a PowerShell file is opened by editing your `coc-settings.json` file and setting `powershell.integratedConsole.showOnStartup` to `false`.\n\n```json\n{\n    \"powershell.integratedConsole.showOnStartup\": false\n}\n```   \n\n## Recommended plugins\n\n* [coc-snippets](https://github.com/neoclide/coc-snippets) Used to allow snippets [(requires neovim 0.4 or latest vim8)](https://github.com/neoclide/coc.nvim/wiki/F.A.Q#how-to-make-preview-window-shown-aside-with-pum).\n  * Can be installed with `:CocInstall coc-snippets`\n* [vim-polyglot](https://github.com/sheerun/vim-polyglot) for syntax highlighting 🎨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoc-extensions%2Fcoc-powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoc-extensions%2Fcoc-powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoc-extensions%2Fcoc-powershell/lists"}