Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

Is it possible to display the suggestion next to cursor? #473

Closed ReneFroger closed 10 years ago

ReneFroger commented 10 years ago

I saw this feature in another editors.

When I'm typing words, under the cursor, a popup menu will be visible with the possible completions. But is it possible too to display the first result NEXT TO the cursor?

For example, when I'm typing the examplesentence.

When I type ex[cursor] next to the cursor, the word 'amplesentence' will be visible.

Shougo commented 10 years ago

It is impossible. Sorry.