Python Function Parameter Auto-completion Not Working
See original GitHub issueEnvironment 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:
- add
"python.useCodeSnippetsOnMethodSuggest": true,
to user settings - 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:
- Created 6 years ago
- Reactions:4
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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 😭
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.