Sublime Forum

Code Completion for Python

#1

Which setting allows for the code completion in python as seen in the attachment?
I’ve tried removing all the packages that are related to Python.

0 Likes

#2

likely the built-in word completion (not related to specific lang).

	// Controls what scopes auto complete will be triggered in
	"auto_complete_selector": "meta.tag, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc - source.python",

not sure whether this fits your need.

0 Likes

#3

So what would I change this too? IF this is what needs to be modified.

0 Likes

#4

as is.

10 chars for post this reply…

0 Likes

#5

Good Day, in your first reply can you elaborate on that ? Also where would that be put? In the sublime configuration ?

0 Likes

#6

yes, it’s just in ST preferences.

0 Likes

#7

Install the package :package: lsp-pyright.

0 Likes

#8

THANK YOU

Is this the best choice python packages

0 Likes