forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-editor-*User-facing catch-allUser-facing catch-allarea-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
Environment data
VS Code version: 1.19.1(1.19.1)
Python Extension version: 0.9.1
Python Version: 3.6.3
OS and version: macOS High Sierra 10.13.2(17C88)
Actual behavior
- key stroke "print(" -> function popup start
- key stroke ")" -> function popup close, but...
- key stoke "alt+enter" -> function popup not close
Expected behavior
- key stoke "alt+enter" -> function popup close
Steps to reproduce:
- key stroke "print(" -> function popup start
- key stroke ")" -> function popup close
- key stoke "alt+enter" -> function popup close
Logs
Output from Python output panel
Output from Console window (Help->Developer Tools menu)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-editor-*User-facing catch-allUser-facing catch-allarea-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug