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.
Code Completion for Python
Michael1775
#1
0 Likes
jfcherng
#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
Michael1775
#5
Good Day, in your first reply can you elaborate on that ? Also where would that be put? In the sublime configuration ?
0 Likes
Michael1775
#9
Are there another suggestions to a fix for this because I have the same results of everything displaying
0 Likes