Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coc-powershell

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
  • and much more!

Prerequisites

  1. vim/neovim
  2. PowerShell Core or Windows PowerShell

Installation

(Recommended) Install with a plugin manager like vim-plug:

  1. Add this to your vimrc/Init.vim
Plug 'yatli/coc-powershell', {'do': { -> coc#powershell#install()} }
...
Plug 'neoclide/coc.nvim', {'tag': '*', 'do': { -> coc#util#install()}} 
  1. Reload vim.
  2. Run the vim command: :PlugInstall.

TODO

  • pwsh core support
  • xplat support
  • REPL?

Recommended plugins

vim-polyglot for syntax highlighting 🎨

About

PowerShellEditorService integration for coc.vim

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages