this extensions contain some small DIY utils.
scroll up and down in the text editor
- commands:
miscutils.scrolldown: scroll down scrollnum lines.
miscutils.scrollup: scroll up scrollnum lines.
- configuration:
miscutils.scrollnum: line nums to scroll.
In vim user can use Ctrl+^ to switch between alternatefiles, mainly current file and last edit file. Now I add it to vscode.
- commands:
miscutils.alternatefile: swich between current file and last edit file.