Replies: 3 comments
-
No, not possible, since a shell is not a source file. Not without some extremely creative hackery at least, where you take bits of the python shell's input (and output?), and you turn them into LSP documents momentarily, and then somehow you bring those results into the shell buffer. Hurts my brain just to think about it, sorry :-/ |
Beta Was this translation helpful? Give feedback.
-
In repl only the text before point on the same line need to be processed. lpy can do completion with lispy-python.el. https://github.com/abo-abo/lpy
|
Beta Was this translation helpful? Give feedback.
-
A much simpler line completion might be feasible based on the last comment in this discussion: |
Beta Was this translation helpful? Give feedback.
-
I run a python shell in an inferior mode and it would be cool to have eglot managing that. Is it possible to do something like that, to have eglot running on a shell inferior mode? When I try to start eglot on that buffer I get the following output on its events buffer:
Beta Was this translation helpful? Give feedback.
All reactions