FabianLauer / chrome-vs-code

A web browser integrated in VS Code editor tabs. :radioactive: experimental :radioactive:
MIT License
363 stars 13 forks source link

Feature Request: Ability to select text and search in browser #20

Open turkarshreyash opened 5 years ago

turkarshreyash commented 5 years ago

It would be helpful if one could select the text (possibly errors), right click and choose Search in Browser

Would enhance workflow.

Instance (Borrowed from older issue by @thebrenny)

let term = editor.selection; //actual variable
codeBrowser.search(term);
TheBrenny commented 5 years ago

Lol. I completely forgot that I said that. 😅

Let's see what can be done...

Duplicate of #9.