JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 307
  • Score
    100M100P100Q65584F
  • License MIT

PowerShell Language Support using PowerShell Editor Services

Package Exports

  • coc-powershell

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (coc-powershell) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

coc-powershell

Build Status

A vim plugin powered by PowerShellEditorService 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+/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', {'tag': '*', 'do': { -> coc#util#install()}}

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', ... ]

On the first activation (when you edit a powershell script), PowerShellEditorServices will be automatically downloaded.

TODO

  • pwsh core support
  • xplat support
  • REPL support

vim-polyglot for syntax highlighting 🎨