Sublime Forum

Intellisense not working correctly

#1

I have installed some packages an I cant seem to get intelisese to work correctly. It works when it wants to. When I import classes, I am not getting options from the classes as well as certain builtin Python functions are not showing up. I am looking for a way to get the dropdown with both builtin functions as well as imported classes. Another thing if possible is to get function definition and parameter options (so that I know how many parameters that function needs).

I have the following packages installed, but I have not confined anything on them:
NeoVintageous
Package Control
Anaconda
Pylinter
SublimeCodeIntel

0 Likes

#2

SublimeCodeIntel is a quite dated plugin. It is no longer maintained and thus not surprising to return unsatisfying results.

You may receive best results with LSP and LSP-pyright. Note the latter one needs nodejs to be present.

0 Likes

#3

any setting recommendations on lsp-pyright? Is there a particular setting that I can use to change all the variables names at once? I sometime change variable names and I have to update each reference one at time.

0 Likes