We created a simple VSCode plugin to autocomplete Python with a transformer model trained on code from awesome PyTorch list.<p>Github repo: https://github.com/lab-ml/python_autocomplete<p>You will need a GPU for it to be responsive.
I have tried TabNine extension that does the same and I wasn't impressed with the results. Maybe it depends on the project and maybe the paid Pro version is better, but the suggestions I get are routinely worse that the default IDE suggestions.<p>I have tried it on a Python project with about 70,000-100,000 LOC.