Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
PowerShellEditorService integration for coc.vim
TypeScript Dockerfile PowerShell
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.dependabot [ignore] add config.yml for dependabot Sep 17, 2019
.github/ISSUE_TEMPLATE Create Feature_Request.md Jul 5, 2019
.vscode
src/client cleanup Sep 16, 2019
tools Add Dockerfile. (#49) Aug 15, 2019
.gitignore Add Download of Snippets. Jul 18, 2019
CONTRIBUTING.md
LICENSE Create LICENSE Apr 18, 2019
README.md [Ignore] new build badge Sep 17, 2019
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines (#41) Jul 5, 2019
build.ps1
downloadPSES.ps1
downloadSnippets.ps1 Add Download of Snippets. Jul 18, 2019
package-lock.json
package.json Bump coc.nvim from 0.0.73 to 0.0.74 Oct 7, 2019
tsconfig.json refactor to src folder, and fix log path Jun 26, 2019

README.md

coc-powershell

Build Status Codacy Badge npm

A vim plugin powered by PowerShellEditorServices and coc.nvim to provide a rich PowerShell editing experience.

Features include:

  • Intellisense/Completions
  • Go to definition
  • PSScriptAnalyzer integration
  • Integrated REPL environment that shares the context with the language services
  • and much more!

Prerequisites

  1. Vim 8.0+ or NeoVim
  2. PowerShell Core or Windows PowerShell
  3. coc.nvim

Installation

coc-powershell is an extension for coc.nvim. You can install coc.nvim with a plugin manager like vim-plug:

Plug 'neoclide/coc.nvim', {'branch': 'release'}

Then, use :CocInstall coc-powershell to install.

Alternatively, you can have coc.nvim automatically install the extension if it's missing:

let g:coc_global_extensions=[ 'coc-powershell', ... ]

Recommended plugins

You can’t perform that action at this time.