coc-powershell-patched

0.0.30 • Public • Published

coc-powershell

Build Status 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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i coc-powershell-patched

    Weekly Downloads

    3

    Version

    0.0.30

    License

    MIT

    Unpacked Size

    190 MB

    Total Files

    153

    Last publish

    Collaborators

    • miketwc1984