python-jedi Questions

2

With ropemacs you can do something like this: M-x rope-auto-import This analyze the code (I presume) and imports missing modules, for example if I write: datetime.now() it should do the impor...
Effluent asked 10/6, 2014 at 16:56

1

Solved

When I use a match-case statement in Python in VS Code, it gives red squiggly lines and errors in the "problems" tab:

5

Solved

I'm trying to use the jedi-vim plugin for Python autocompletion but I can't get it to work. I have Vim 7.3, and here's what I did: 1- clone the code from git clone http://github.com/davidhalter/...
Harmonics asked 7/2, 2014 at 13:14

2

Solved

I want to add some support for auto-completion to my Python code with Jedi. This can be done by using either function docstrings or type hints (or both). def function_with_types_in_docstring(param1...
Asturias asked 6/6, 2017 at 12:21

1

Solved

I built simple text editor with some accessibility feature for screen reading software. I'm using Python for .NET (pythonnet) to show a form containing a rich text box. When user press tab after a ...
Kincaid asked 7/6, 2016 at 18:4

1

Solved

I use Jedi for Python autocompletion in Emacs, but it's not a dependency of my code so I don't want to put it in my requirements.txt. (Other developers may not use a Jedi editor plugin, and it's ...
Harangue asked 28/4, 2014 at 17:59

2

I installed emacs-jedi to get some code completion for python in emacs. In general, I must say that I am very impressed! It works well out of the box and finds completions quickly for built -in lib...
Enneahedron asked 5/2, 2013 at 13:16

1

Posting as a follow up to How to check if SuperTab and jedi-vim is activated? and have done what Ingo Karkat proposed. Now I wonder what is broken and how I fix it. Here is the output: :verbose i...
Should asked 2/11, 2012 at 10:51
1

© 2022 - 2024 — McMap. All rights reserved.