forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Python Function Parameter Auto-completion Not Working #633
Copy link
Copy link
Closed
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.feature-requestRequest for new features or functionalityRequest for new features or functionality
Description
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:
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.feature-requestRequest for new features or functionalityRequest for new features or functionality