Understanding of Vim macrosFamiliarity with VSCode extension API
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
40
調査方針
Investigate how macros are stored in Vim registers and the current VSCodeVim extension's handling of macro state. Review the discussion in issue #2380 for proposed approaches and potential challenges. Look into the VSCode extension's file system access to save/load sequences, similar to how keybindings or settings are persisted. Check if there are any existing PRs or branches attempting this feature.
saving macros · VSCodeVim/Vim#2380 | Good First Issue