VS code extension -
“Extension that makes a google search of the text selected”
Steps:
Flow test
New command
- [x] Add a new command in the editor context menu to save the text selected (link)
- [x] Use that saved text to display that text in pop up
- [x] Add a new command in the editor context menu to open google.com with query parameter (e.g. https://www.google.com/search?q=sfd )
(link)
- [x] Provide the selected (and saved if needed) text to this google search
- [ ] Publish the extension for reuse
- [ ] Add setting to add prefixed search queries like site:stackoverflow
| |