give script-plugin a 'command palette' interaction like other IDE's
https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette
- command-shift-p
- search box appears
- user types 'p'
- list of options appear:
[p ]
pasterack
go to previous line number
push
pull --rebase
- user quits(esc?), uses arrow keys (then enter) or mouse(click) to select an option or types more letters to reduce the choice.
give script-plugin a 'command palette' interaction like other IDE's
https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette
[p ]
pasterack
go to previous line number
push
pull --rebase