question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The auto completion does not work.

See original GitHub issue

Hello !

I’m trying to use the key features of Jupyterlab-lsp, but I’m having some issues : Auto-completion, Continuous Hinting, Rename and Jump to Definition do not works when installing the library.

I have also tried several configurations on the Advanced Setting Editor but without success.

My language server configuration: Screenshot 2021-03-28 at 17 53 38

And Code Completion: Screenshot 2021-03-28 at 17 50 52

The only way to make it works was to install pip install git+https://github.com/krassowski/python-language-server.git@main, but the documentation doesn’t recommend to use it in production environnement.

Could you please guide me?

Thank you ! 😃

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
krassowskicommented, Mar 29, 2021

Do I just have to just uninstall python-language-server and then install pip install -U jedi-language-server ? 😃

Basically yes. However you will also need to upgrade IPython to 7.20 if using jedi-language-server 0.22+. Or you could just install 0.21.

1reaction
krassowskicommented, Mar 28, 2021

Thank you for opening this issue. I read it carefully but unfortunately, I cannot help much without having the bug report template filled in. It appears that you might have chosen a different template, or deleted it.

The template asks for information that we need in order to be able to help you. We know that this is a big ask, but this helps us diagnose issues quicker and gives us more time to improve this extension. If you have a problem filling it, please let us know and we will try to help (or improve the template if needed).

Read more comments on GitHub >

github_iconTop Results From Across the Web

command line - Terminal autocomplete doesn't work properly
Open Application Menu > Settings > Window Manager. · Click on 'Keyboard' tab. · Clear the 'Switch window for same application' setting.
Read more >
[Solved] Tab Completion Not Working in Ubuntu & Debian
Tab completion not working for you in the terminal? Here's the easy way to fix it in Ubuntu/Debian based distributions.
Read more >
Bash tab-completion not working
I solved this problem using the solution given at https://askubuntu.com/questions/325807/arrow-keys-tab-complete-not-working.
Read more >
Bash auto completion not working after certain command
I created the example files in my Debian. Indeed, dot -T png -o my Tab doesn't work. Then (after completing manually) dot -T...
Read more >
Ubuntu 20.04: su command bash-autocomplete stopped ...
I am using Ubuntu 20.04. The su autocomplete stopped working. For example when I type: su ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found