Sublime Forum

I would like to have automatic module/method names appear for Python

#1

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.

0 Likes

#2

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.


image

2 Likes

#3

Just saw this now. Thank you very much.

0 Likes