The scvsc commands will be available in your vscode command palette, and you can map them to whatever keyboard shortcuts you like.
Alternatively, if you want to emulate the SCIDE keybindings, go to File -> Preferences -> Settings -> Extensions -> scvsc and set "Use Scide Keybindings" to true.
Installing for development
Clone repository.
Run npm install in repo root at the command line.
Open extension.js in VSCode and press F5. Select the option to run the "Extension Development Host."
Open a .scd file. You may be prompted to install the HyperScope vscode extension, allow it. You will see an "sclang" indicator in the lower left.
Reasonable Future Improvements
open up docs in browser
make the status bar more informative / nicer looking
Hoop Dreams
Auto-complete or suggestions
use a language server or something or learn about language server in vscode
open up docs directly in vscode? some kinda html renderer or something?