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
Product and Version [VS/VSCode]: OS Version [macOS/Windows]: macOS Catalina, 10.15.6 (19G73) IntelliCode Extension Version: v1.2.9 Target Platform or Language [e.g. Node.js]: Python 3.8.5
Steps to Reproduce / Scenario:
Have the latest version of everything (macOS, vscode, python 3, Python (extension) and Visual Studio IntelliCode (extension) installed.
To go settings and look for "python.autoComplete.addBrackets" and check it (set to 'true').
Create a new python file (e.g. hello_world.py)
Type on the first line of the hello_world.py file you created "pri" to expect autocomplete to show "print".
Click "print" and expect to see "print()".
This does not work. Instead you only get "print" (without brackets) although you enabled python brackets in Settings.
The text was updated successfully, but these errors were encountered:
Thanks for raising this. It's a Python LS issue rather than an IntelliCode one see this issue on the Python LS issues list - closing in preference for that item.
Product and Version [VS/VSCode]:
OS Version [macOS/Windows]: macOS Catalina, 10.15.6 (19G73)
IntelliCode Extension Version: v1.2.9
Target Platform or Language [e.g. Node.js]: Python 3.8.5
Steps to Reproduce / Scenario:
This does not work. Instead you only get "print" (without brackets) although you enabled python brackets in Settings.
The text was updated successfully, but these errors were encountered: