vscode-context-keys
Simple tool that does its best to extract context keys used in VS Code. Warning: the presence of a key here does not mean that it works, or is designed for public consumption--simply that it (maybe) exists.
Usage
npm install -g vscode-context-keys
- In the vscode repo, run
vscode-context-keys list
to have JSON for keys printed to your console, orvscode-context-keys html
to get a pretty HTML page of them.