-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Extension details view should show extension contributions #10366
Comments
|
Maybe each section can be implemented...
|
Displaying of contributions is ✅ . Conflicts are much harder. While an extension provides a keybinding with a given context, I can't unequivocally say that it will or won't conflict with another existing keybinding that has a different context. The same keybinding might come from two extensions and act in mutually exclusive contexts, thus never conflicting. Unless there's something @alexandrudima knows and I don't, I suggest to push the conflicts out of this plan item. |
I have a mini "SMT solver" in there, that's why I kept the language constrained to have only |
Pretty cool, I'll give it a try. |
@alexandrudima Any pointers on how to get a hold of all registered keybindings along with their configured |
Decided to remove the conflicts out of this plan item. |
Extensions can contribute commands to the command palette, editor menus, and the explorer context menu. In addition, commands can be bound to keyboard shortcuts.
The extension details view should give users a way to better understand the contributions an extensions makes and if those contributions cause conflicts with core VS Code keyboard shortcuts or with keyboard shortcuts used by other installed extensions.
The text was updated successfully, but these errors were encountered: