You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Extension version (available under the Extensions sidebar): XXX
OS and version: 2019.5.18875
Python version (& distribution if applicable, e.g. Anaconda): Python 3.7.2
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
Jedi or Language Server? (i.e. what is "python.jediEnabled" set to; more info #3977): Language Server
Expected behaviour
When performing autocompletion for functions brackets should be added for functions automatically.
Actual behaviour
However using language server it does not. Even with the "python.autoComplete.addBrackets": true,
Steps to reproduce:
Create a python file
Type prin
Hit tab or enter to autocomplete to print
Brackets are not added even though they should.
When using Jedi, it will autocomplete the brackets, however it will also autocomplete them for import statements and decorators when they should not be used.