When I’m writing in Python, say, for example:
from random import randint
I would like to see a list of module names appear when I type ‘from’ and method names after ‘import’, to choose from.
Is there any package or something for this?
Thanks.
I would like to have automatic module/method names appear for Python
hermit
#1
0 Likes
Yes. If you are using ST4, the LSP + LSP-pyright combo is the recommended one. Great autocompletions and a whole bunch of other good stuff.
2 Likes