开发者

Vim Omnicomplete in real time?

开发者 https://www.devze.com 2023-03-26 16:43 出处:网络
I want my omnicomplete tooltip appear as I type, or 1 second after I stopped typing, or even after I type period.(akin to visual studio). Is that possible in Vim?

I want my omnicomplete tooltip appear as I type, or 1 second after I stopped typing, or even after I type period.(akin to visual studio). Is that possible in Vim?

For those who have no idea what I am talking about, I want this little window to show up without pressing CTRL+X, CTRL+O or any other awkward keyboard shortcuts.

http://blogs.warwick.ac.uk/dwatkins/entry/vim_omnicomplete_awesomeness/

CTRL + Space sounds like a good alternative but I am on a Macbook, my leftmost key is Fn, not Co开发者_开发百科ntrol unfortunately.


i would recommend neocomplcache. it looks better and works faster then AutoComplPop


Have you tried looking at supertab? Not sure if that's what you're after, but maybe you'll find something interesting in the source. Good luck!


It sounds to me like you're looking for something like AutoComplPop.

This pops up the completion menu while you're typing.

0

精彩评论

暂无评论...
验证码 换一张
取 消