Add customization capabilities to which-key menu#43949
Add customization capabilities to which-key menu#43949xipeng-jin wants to merge 7 commits intozed-industries:mainfrom
Conversation
|
@xipeng-jin Thanks for the idea! I don't think we should have the abstraction leak such that the whole code-base needs to know about the which-key feature; instead if we want to do customization we should put it in that crate. That said, I don't think we need to do this at all. Zed already has the concept of "namespaces" for actions (vim::Blah, editor::Blah), and introducing another grouping that is orthogonal to that seems a bit confusing. (even |
|
Hi @ConradIrwin , thanks for reminding me this. I truly agree we should not leak the abstraction layer and all features of which-key system should be put inside that crate. I also think this type of higher level customization might not be the priority to do right now. Lets leave it for the future reference. Thanks again. |
Closes #10910
Support parsing extra fields "binding_labels" and "group_labels" under each context stack in keymap.json
Release Notes: