Skip to content
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

change go to symbol in workspace shortcut to Include ALT #234243

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

konavivekramakrishna
Copy link

Fixes : #232381

Included Alt (option) for Go to Symbol in Workspace

@konavivekramakrishna
Copy link
Author

@TylerLeonhardt could you please check this?

Also, I tried to see if there are any existing tests that might be breaking, but I found that there are none.
Would you like me to update the documentation?

Copy link
Member

@jrieken jrieken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the intention of this change but this PR would change it for all platforms, e.g also desktop is not wanted.

The way to tackle this is to have another keybinding that is guarded with a isWebContext context key

@TylerLeonhardt
Copy link
Member

Additionally, the proposal in this PR would have CMD+alt+T not CTRL+alt+T on macOS. You will need to use WinCtrl instead of CtrlCmd for macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Go to symbol in workspace shortcut in Codespaces (browser) is CTRL-T.
3 participants