A vim plugin powered by PowerShellEditorServices and coc.nvim to provide a rich PowerShell editing experience.
Features include:
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', ... ]
You 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
.
{
"powershell.integratedConsole.showOnStartup": false
}
:CocInstall coc-snippets