Convert my IDE to PDE
- Prevent Vim plugin's weird jump behavior after any executing
goTobetween files VSCodeVim/Vim#8200 This issue is probably due to VSCode returningSelection = 0, 0after switching files, by adding a timeout we can get the correctSelectionvalue, and then move the cursor back. Downsides:- Additional latency
- After
goTothe target is unselected (which is what I want), but the target will be selected if we rungoTowithin a file. Unfortunately, there's no way to listen togoTocommands. And if we make a customgoTocommand, we lose the ability to overloadgoToandpeek.
- Generate random string
- Restart Vim plugin in one command