Thank you for taking the time to contributing to vscode-which-key.
-
Install prerequisites:
-
Fork the repository
-
In a terminal
# fork and clone the repository git clone [email protected]:<YOUR-FORK>/vscode-which-key.git cd vscode-which-key # Install the dependencies npm install # Open in VSCode code .
-
Go to debug tab select
Run Extension
The default bindings of which-key
are separate from the VSpaceCode
bindings. To see the bindings from the package.json
in this repository, run
"Which Key: Show Menu" from the command palette (Ctrl-Alt-P
, or SPC SPC
with VSpaceCode
).
Feel free to open an issue if the issue you are experiencing is not in already in the Github issues.
If you are submitting an pull request (PR) without a tracking issue, consider create an issue first. This is so that we can discuss different implementations if necessary.