Dave Halter
Dave Halter
> With the introduction of module __getattr__ and __dir__ in PEP562, I've found situations while coding where the autocompletion names can only be inferred from __all__ or __dir__. Can you...
I see. Thanks for the examples! IMO it would be fine to add it. However: I won't do it. I have other priorities. So if nobody steps up I will...
> then I could use iPython's strategy here for completion. What is that?
Well, the truth is that they mostly use Jedi for that. This is just a fallback for people that don't want to use Jedi. You could obviously do something like...
> Fact is that if I type in from my_custom_module import in a vanilla iPython or Jupyter Notebook, then I see all the completions including `__all__`. This is not the...
So I suppose you mean that in `set_cursor` we would autocomplete `"wait"` or `"ibeam"` or all the other cases. IMO that would be a really nice feature. It's pretty unlikely...
I feel like jedi-vim is really not installed at this point. You should probably use a plugin manager like `vim-plug` and report back. What VIM version are you using? There...
My guess is that `/home/emilyseville7cfg/.vim/pack/completion/start/jedi-vim` is not the correct path to install it OR that it needs additional changes in .vimrc. But I'm not using the nativ plugin management, so...
I have no idea what's wrong here. Since `jedi_vim_debug` is not found, I feel like there's something wrong with your VIM installation. It's definitely a new issue that I haven't...
It's strange, because you seem to be the only person that has this issue.