Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.
[Brief description ]
- [more description]
- [more description]
- [more description]
// Place your key bindings in this file to override the defaults | |
[ | |
{ | |
"key": "shift+ctrl+e", | |
"command": "actions.findWithSelection" | |
}, | |
{ | |
"key": "ctrl+e", | |
"command": "-actions.findWithSelection" | |
}, |