Sublime Forum

Custom clasess in python

#1

I have several classes that I have written throughout the years. When I import them, I would like to be able to have sublime recognize them and use intelisense to show up in the dropdown as well as hit some command and read the docstring on them. Is this possible on sublime?

0 Likes

#2

Yes this is possible!

Best experience provides LSP-pyright. Follow the installation instructions on package control https://packagecontrol.io/packages/LSP-pyright here.

1 Like

#3

I am trying to Install LSP-pyright but cant seem to find it. I have other LSP options, but not anything with pyright.

0 Likes

#4

Maybe you have it installed already? Package Control doesn’t list packages that are already present in the Installed Packages or Packages directory.

0 Likes