-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Labels
enhancementSomething new the playground could doSomething new the playground could dohelp wantedNot immediately going to be prioritized — ask for mentoring instructions!Not immediately going to be prioritized — ask for mentoring instructions!
Metadata
Metadata
Assignees
Labels
enhancementSomething new the playground could doSomething new the playground could dohelp wantedNot immediately going to be prioritized — ask for mentoring instructions!Not immediately going to be prioritized — ask for mentoring instructions!
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
shepmaster commentedon Sep 19, 2022
This was something we had discussed a long while ago, and I'm generally in favor. Some thoughts:
ian-h-chamberlain commentedon Nov 16, 2022
Another nice-to-have that's related to this would be vim-mode shortcuts for the same actions. For most of them perhaps just a command like
:expand-macros
or something would work, but for formatting it might also be nice to set vim'sformatprg
if possible, so thatgq
would invoke rustfmt as well (not sure if this is possible with codemirror, it might require a bit of extra plumbing or not really be worth it). Similar could be=
andequalprg
although which to use seems like a personal preference.