Code completion similar to IntelliJ for Python

274 Views Asked by At

I recently started working with Java and I really like to auto-correction / completion features in IntelliJ.

Does something similar exist and is as powerful for Python?

1

There are 1 best solutions below

3
yxz On

I presume you are using JetBrains' IDE, so you could try out their PyCharm for Python. It's from the same company so I presume that PyCharm's autocomplete features are on par with that of IntelliJ.

As I never used IntelliJ, the recommendations below are based on the autocomplete features of PyCharm.

I was using Tabnine on Visual Studio Code and it does support many IDEs. However, I stopped using it now since it is using too many resources on my laptop and I feel that auto complete is kind of distracting (but that is just my opinion). You could also try GitHub's Copilot, my friend uses it but for reasons mentioned earlier, I didn't try it. These two however, may not be the autocompletes you are looking for as they can basically write your code for you.