is it possible to disable parentheses autocompletion with variables? #192
Unanswered
scmanjarrez
asked this question in
Q&A
Replies: 1 comment
-
This is actually a bug, so we'll try to fix it in a future release. |
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
-
Hi,
Is it possible to change the behaviour of pylsp when adding parentheses on autocomplete? Right now it's adding parentheses to variables/functions/etc, but I'd like it to only add parentheses if it's completing a function, not when completing variables.
Edit: I have done some tests, but I don't understand why sometimes it works
gif of the test
code snippet
Case self.content = {} (working as expected, no parentheses completion)
Case self.content = None (doesn't happen if type is string/int)
Beta Was this translation helpful? Give feedback.
All reactions