All Projects → haya14busa → vim-auto-programming

haya14busa / vim-auto-programming

Licence: MIT license
Provide statistical complements for git project

Programming Languages

Vim Script
2826 projects

vim-auto-programming

vim-auto-programming provides statistical whole lines completions for git projects. It's inspired by hitode909/atom-auto-programming.

It's like i_CTRL-X_CTRL-L and i_CTRL-X_CTRL-K but powered by git grep.

demo

demo_keyword_compl.gif (914×766)

How To Use

set completefunc=autoprogramming#complete

Write some code and run <C-x><C-u> or something to invoke autoprogramming#complete manually. You will get candidates of next line of the code.

For example, when you type impo, the code you want to get is import (, and you might want to insert next line as "fmt".

Requirements

  • Only git projects are supported.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].