C# programmingVisual Studio extensibilityVim fold motions
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
25
調査方針
Investigate how existing key bindings like `j` and `k` are implemented for normal mode. Look for handling of prefix keys and motion accumulation. The implementation might involve modifying the `KeyHandler` or `Command` classes. Check if there are any existing pull requests or branches related to fold motions.