anaconda-mode
anaconda-mode copied to clipboard
Code navigation, documentation lookup and completion for Python.
Context: everybody who fresh-installed anaconda-mode since December 25h (jedi 0.18.0 release) gets broken installation (see https://github.com/pythonic-emacs/anaconda-mode/issues/401 ) At the moment, anaconda-mode installs needed python modules with loose requirement, for example...
Is it possible to have autocomplete for file paths with anaconda-mode? More specifically, it would be great to have anaconda-mode suggest hints for autocomplete when I start typing a string...
Hi, I can successfully use anaconda lookups and just to definitions etc when using Tramp - providing I stick to the rules regarding host names and fix the port number...
I keep seeing the following error in the `anaconda-mode` buffer ```TypeError: py__iter__() missing 1 required positional argument: 'contextualized_node'```, and `anaconda-mode` often does not autocomplete. I am using Emacs 27+, Python...
``` Traceback (most recent call last): File "/home/user/.emacs.d/anaconda-mode/0.1.13/service_factory-0.1.5-py2.7.egg/service_factory/service.py", line 101, in apply result = method(**params) File "", line 99, in wrapper File "/home/user/.emacs.d/anaconda-mode/0.1.13/jedi-0.13.1-py2.7.egg/jedi/api/__init__.py", line 95, in __init__ self._grammar = parso.load_grammar()...
ESS will show a nice spinner in the modeline when the comint buffer is locked up by a long computation. Does Anaconda have something like that?
I'm getting this error in *anaconda-response* when using tramp to visit a file on a local sandbox container: ``` # status: (:error (error connection-failed deleted :host 127.0.0.1 :service 39279) :error...
"It is important to remember that remote_host must be a real host name or an IP address. SSH aliases not allowed to be used with anaconda-mode." Why is this the...
GNU Emacs 26.1 macOS 10.13.4 Python 2.7.15 pip 19.0.3 setuptools 41.0.0 anaconda-mode-0.1.13 I installed anaconda-mode 20190111.1524 in spacemacs. The anaconda-mode was installed correctly, and everything works in local mode. But...