Find in Files supports the same set of options.
{
"keys": ["ctrl+shift+f"],
"command": "show_panel",
"args": {
"panel": "find_in_files",
// "pattern": "hello",
"replace_pattern": "",
// "reverse": false,
// "regex": false,
// "in_selection": false,
// "whole_word": false,
// "preserve_case": true,
// "use_gitignore": true,
// "highlight": true,
// "wrap": true
},
},
A list of known commands is maintained at https://docs.sublimetext.io/reference/commands.html#commands.
PackageDev supports auto-completion for commands within key bindings, which may provide some “reference” too. It currently struggles with the both available python plugin hosts running in parallel however. So you might not see all 3rd-party commands.
Both haven’t been updated to list all show_panel
arguments however.