Open vspinu opened 8 years ago
That's a good idea, actually. company-capf
requires modules to be loaded in the shell, but as that's a regular situation, this would be a slightly better fallback than the default occur-based one.
Thanks for the idea!
I am running a modified python environment pyspark and I just started using elpy.
Unfortunately company completions are not working (
elpy-rpc-get-completions
returns nil). But company completion works in the inferior due tocompany-capf
doing a pretty good job there.I wonder if a simple wrapper around
python-shell-completion-at-point
cold be made available in source buffers as a fallback for such situations?