question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python Function Parameter Auto-completion Not Working

See original GitHub issue

Environment data

VS Code version: 1.19.3 Python Extension version: Version 0.9.1 (19 December 2017) Python Version: Python 3.6.3 :: Anaconda custom (64-bit) OS and version: Windows 10

Steps to Reproduce:

  1. add "python.useCodeSnippetsOnMethodSuggest": true, to user settings
  2. function parameters don’t auto-complete.

Summary

Function parameter auto-completion works with Typescript using the above setting (i.e. "typescript.useCodeSnippetsOnMethodSuggest": true), but not with Python.

Thanks for the help.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
dann1commented, Apr 27, 2018

It would be nice to have this, sublime text’s Anaconda extension does this. I moved from sublime to vscode and I miss this a lot 😭

2reactions
DonJayamannecommented, Jan 25, 2018

Please could you try installing the insiders build from here and letting us know whether the issue still exists. https://github.com/Microsoft/vscode-python/blob/master/CONTRIBUTING.md#insiders-build.

FYI: The following settig is not supported by Python. "python.useCodeSnippetsOnMethodSuggest": true,

I’m not sure what "typescript.useCodeSnippetsOnMethodSuggest": true does. If the insiders build doesn’t work as expected, please provide further information (preferably with screen samples) on the expected behavior.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python 3.x - Autocomplete a function argument VALUE
It's possible to autocomplete the arguments of a function. For example: def foo(a, b, c): print(a, b, c). If you type foo( and...
Read more >
Auto-completion - Notepad++ User Manual
Parameter hints. The auto-complete definition file can specify if a keyword is a function. When a function name has been typed in, followed...
Read more >
IntelliSense in Visual Studio - Microsoft Learn
IntelliSense is a code-completion aid that includes a number of features: List Members, Parameter Info, Quick Info, and Complete Word.
Read more >
TypedDict arguments for functions don't present keys for ...
Autocomplete does not work for double-quotes. Work perfectly for single quotes. Can someone fix it?
Read more >
Auto Completion of Function Arguments. - Google Groups
I would be annoyed if spyder automatically inserted all arguments. Anyway, the place to request features is at http://code.google.com/p/spyderlib/issues/ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found