Option to disable 'autoComplete.addBrackets' for decorators #17203
Labels
area-intellisense
LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.
community ask
Feature request that the community expressed interest in
feature-request
Request for new features or functionality
Discussed in #16502
Originally posted by brettcannon June 16, 2021
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
The text was updated successfully, but these errors were encountered: