-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outline view is missing the keyboard command to just move the editor to the current a symbol #90732
Comments
@jrieken I am working on this. |
code pointer:
Something similar for focus events is needed |
Verification: bind a key to the new |
This does not really work in Outline, however it works just fine in other views. For example in the References view and the explorer. In outline the focus still gets passed even when executing |
@jrieken the only reason this does not work is this code:
If I remove |
idk @joaomoreno added this via bb5b4e9 |
Yeah definitely an issue with bb5b4e9 With the fix, |
Thanks! |
1 In Outline View, mouse-click on a symbol e.g,.
2 See the editor moves to that symbol
3 Press Down Arrow to move to another symbol.
4 Try to find a keypress that just moves the editor to that symbol.
Expected: success
Observed: failure, here. There's none I can find by experiment or reading docs. The nearest is Enter, but that also switches focus away.
Check the Command Palette. Neither this or any other commands to operate Outline View are present.
V1.42.1 on Windows.
The text was updated successfully, but these errors were encountered: