0.1.4 • Published 5 years ago
coc-powershell v0.1.4
coc-powershell
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
- Vim 8.0+ or NeoVim
- PowerShell Core or Windows PowerShell
- 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
- coc-snippets Used to allow snippets (requires neovim 0.4 or latest vim8).
- Can be installed with
:CocInstall coc-snippets
- Can be installed with
- vim-polyglot for syntax highlighting 🎨
0.1.4
5 years ago
0.1.3
5 years ago
0.1.2
6 years ago
0.1.0
6 years ago
0.1.1
6 years ago
0.0.21
6 years ago
0.0.19
6 years ago
0.0.18
7 years ago
0.0.17
7 years ago
0.0.16
7 years ago
0.0.14
7 years ago
0.0.13
7 years ago
0.0.12
7 years ago
0.0.11
7 years ago
0.0.10
7 years ago
0.0.9
7 years ago
0.0.8
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago