Option to disable 'autoComplete.addBrackets' for decorators #16502
Replies: 1 comment
-
Moved to #17203 |
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
-
I really like the
python.autoComplete.addBrackets
option as it's almost always what I would have done anyway. One area where it's not useful though is for decorators. Especially when writing multipleoverload
this can get annoying pretty fast.Would it be possible to not insert brackets if the suggestion item follows
@
, either as default or an additional option?Originally posted by @cdce8p in a discussion
Beta Was this translation helpful? Give feedback.
All reactions