Closed dpfeil closed 2 years ago
@bhughes339 - Not sure if you're looking for adding this feature, but I had a use case for it, so I forked and added it. Figured I would submit a PR with the additions to the main repo if you were interested.
Looks good. Thank you!
Hi @bhughes339 , can you help to update the README to include this feature example?
Clipboard Replace for Ruleset:
{
"key": "ctrl+shift+]",
"command": "replacerules.pasteAndReplaceRuleset",
"when": "editorTextFocus && !editorReadonly",
"args": {
"rulesetName": "Remove trailing and leading whitespace"
}
}
What does this PR do?
Based on: #35
Notes: In order to actually test this locally and get it running, I did need to update some packages