Closed lookforit closed 11 years ago
I think it is pattern problem.
let g:neocomplcache_force_omni_patterns.python = '[^. \t]\.\w*'
You should use neocomplete instead of neocomplcache.
Thanks, it solved.
But the mru
and fuzzy match
features can't be applied to standard package member completing.
So i wonder can neocomplete
reach that?
But the mru and fuzzy match features can't be applied to standard package member completing.
It is force omni patterns feature.
So i wonder can neocomplete reach that?
If you use force omni patterns, it is same behavior. But if you use omni patterns, these features are enabled.
Hi Shougo, when i import a standard package(module) in python, type the
dot
behind the package name,the members can be listed correctly:but when i input a character , the canditates(begin with this character) are not poped up:
for this case , the item
time
andtimedelta
should appear.by the way, i used
jedi-vim
,but i ignored jedi's behavior after dot :