omnifunc for PowerShell in Vim
Inspired by Omnisharp
- Execute
netsh http add urlacl url=http://+:1234/ user=Everyone
with elevating UAC - Download poshcomplete-vim from LATEST BUILD in AppVeyor
- Extract poshcomplete-vim.zip to
~\vimfiles\bundle\poshcomplete-vim
- Execute
~\vimfiles\bundle\poshcomplete-vim\server\PoshComplete\bin\Release\PoshComplete.exe
and Turn off Security Warning - Add
~\vimfiles\bundle\poshcomplete-vim
to runtimepath - Install webapi-vim
- Install vimproc
- Execute
:call poshcomplete#StartServer()
in Vim - foobar
<C-X>
<C-O>
- Windows 7+
- webapi-vim
- vimproc
MIT