Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

cd01/poshcomplete-vim

Repository files navigation

poshcomplete-vim Build status

omnifunc for PowerShell in Vim
Inspired by Omnisharp

screencast

Installation

  1. Execute netsh http add urlacl url=http://+:1234/ user=Everyone with elevating UAC
  2. Download poshcomplete-vim from LATEST BUILD in AppVeyor
  3. Extract poshcomplete-vim.zip to ~\vimfiles\bundle\poshcomplete-vim
  4. Execute ~\vimfiles\bundle\poshcomplete-vim\server\PoshComplete\bin\Release\PoshComplete.exe and Turn off Security Warning
  5. Add ~\vimfiles\bundle\poshcomplete-vim to runtimepath
  6. Install webapi-vim
  7. Install vimproc

Usage

  1. Execute :call poshcomplete#StartServer() in Vim
  2. foobar <C-X> <C-O>

Requirements

Special Thanks

Licence

MIT