poshcomplete-vim


Ⅰ. 插件描述

Omni Completion for PowerShell

Ⅱ. 基本信息

创建日期:  2014-01-19
使用用户:  3
Github星:  11
插件作者:  cd01

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'cd01/poshcomplete-vim'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'cd01/poshcomplete-vim'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'cd01/poshcomplete-vim'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/cd01/poshcomplete-vim

Ⅳ. 文档说明

# 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

添加新评论