chemzqm / echodoc.vim

Print documents in echo area.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

echodoc.vim

Displays function signatures from completions in the command line.

example

Installation

Use a package manager and follow its instructions.

Note: echodoc requires v:completed_item feature. It is added in Vim 7.4.774.

Usage

The command line is used to display echodoc text. This means that you will either need to set noshowmode or set cmdheight=2. Otherwise, the -- INSERT -- mode text will overwrite echodoc's text.

When you accept a completion for a function with <c-y>, echodoc will display the function signature in the command line and highlight the argument position your cursor is in.

About

Print documents in echo area.

License:Other


Languages

Language:Vim Script 99.4%Language:Makefile 0.6%