Thanks to visit codestin.com
Credit goes to github.com

Skip to content

The setting '"python.autoComplete.addBrackets": true' doesn't work #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Brodersen opened this issue Aug 4, 2020 · 1 comment
Closed

Comments

@Brodersen
Copy link

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:

  1. Have the latest version of everything (macOS, vscode, python 3, Python (extension) and Visual Studio IntelliCode (extension) installed.
  2. To go settings and look for "python.autoComplete.addBrackets" and check it (set to 'true').
  3. Create a new python file (e.g. hello_world.py)
  4. Type on the first line of the hello_world.py file you created "pri" to expect autocomplete to show "print".
  5. 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.

@markw-t
Copy link
Contributor

markw-t commented Aug 19, 2020

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.

Cheers
Mark

@markw-t markw-t closed this as completed Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants