I would like to have a list of all supported commands and corresponding parameters, so it is possible to execute a given command based on
vscode.commands.executeCommand('<command>', params)
Particularly, I'm interested in 'editor.action.goToDeclaration' command.