The idea is similar to code snippets in vscode, but here the difference is you can specify any arbitrary node.js script to run.<p>So if you select some text in vscode and press a shortcut key , your script is given the selected text as first argument(and other options in second argument like absolutePath etc) and whatever is returned from your script , the selected text will be changed to that value