-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsuggestIntelliSense, Auto CompleteIntelliSense, Auto Complete
Milestone
Description
- VSCode Version:
Version 1.9.0-insider
Commit 2cdc2b3
Date 2017-01-13T07:03:18.620Z
Shell 1.4.6
Renderer 53.0.2785.143
Node 6.5.0
- OS Version:
Ubuntu 14.04
Steps to Reproduce:
- Type something that triggers auto complete
- Press up & down arrow. Press pagup & pagedown. In both cases, focus moves within the auto suggestions dialog
- Now press home/end, the auto complete dialog closes & the cursor moves to the start of the line. Instead the first/last item in the auto suggest needs to be selected in the dialog without closing the auto suggest window.
Why should the implementation for Home/End buttons needs to be changed?
-
Because the user was interested in narrowing down the auto suggest results by pressing
up/down/pgup/pgdn/the key combination that triggers auto suggestionsctrl+space. So we should assume that he would be interested in moving within the autosuggest dialog when he presses eitherhome/endafter he presses any of the key combinations mentioned above -
IntelliJ implementation is along similar lines
Suggestion on the implementation of handling Home/End.
- If the user starts typing & auto suggest window automatically opens up,
home/endwill take the user to start/end of the line in the editor after closing the dialog (the current behaviour) - If the
home/endbuttons are pressed after user pressesup/down/pgup/pgdn/ctrl+spacekeys, the subsequenthome/endbuttons should move the focus within the dialog, not in the editor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsuggestIntelliSense, Auto CompleteIntelliSense, Auto Complete