Embedded browser preview tab #39885
madhan-selvaraj
started this conversation in
Ideas From VSCode
Replies: 1 comment
-
|
I agree, this functionality would be great! Though I don't think webview2 wouldn't do it since it is strictly for windows. I think tauri's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Visual Studio Code has Simple browser feature which can preview a website directly in editor tab
https://github.com/microsoft/vscode/tree/main/extensions/simple-browser
It is just a web-view wrapped inside a tab and is very useful for quick prototyping or working without context switching.
Rust already has webview2 crate for implementation
Similar feature would be useful in zed.
Beta Was this translation helpful? Give feedback.
All reactions