auto-completion feature request: rank items that starts with __ lower #7775
Unanswered
quantum-booty
asked this question in
General
Replies: 1 comment
-
The intal order of compeltuon items depends on the LSP, not helix so you should suggest this upstream |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-

Currently, items that start with __ are ranked higher than the rest. In Python, items that start with __ are generally protected variables or dunder methods, which should not be called directly. Therefore they should be ranked lower in auto-completion.Beta Was this translation helpful? Give feedback.
All reactions