VS Code Extension that works as URLAutoSplicer. It is experimental and rather simple.
Installation
Node.js and VS Code are prerequisites of this extension.
First, clone the repo and build with NPM.
npm run vscode:prepublish
Then, install with VSIX.
Extension Settings
popup.urlprefix
to indicate URL prefix.
Default value is: https://www.google.com/search?q=
, which popup Google to do search of the word selected.
License
MIT