forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.feature-requestRequest for new features or functionalityRequest for new features or functionality
Description
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 multiple overload 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
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.feature-requestRequest for new features or functionalityRequest for new features or functionality