如何像打开另一个编辑器选项卡一样在 VSCode 中打开浏览器 [英] How to open a browser within VSCode just like another editor tab

查看:105
本文介绍了如何像打开另一个编辑器选项卡一样在 VSCode 中打开浏览器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对于 VSCode 扩展,我希望在 VSCode 中而不是在外部打开浏览器,我可以在其中加载一些 URL (

请提供意见,建议

解决方案

为了呈现您的 html,您可以使用 WebView API:https://code.visualstudio.com/docs/extensions/webview

For a VSCode extension i want open browser within VSCode not externally, wherein i can load some URL (https://developers.redhat.com/)

I tried looking into various options to achieve it in VScode extension, what i came across is with help of webview i.e 'vscode.previewHtml' we can pass html content which would be rendered with in VSCode editor tab, but what i have is url to load. Can pass it to iframe but i can't open it in iframe

Another option is to open it in browser but it opens external browser.

what i need is to open a browser within IDE (VSCode), experience should be similar to what we get for 'vscode.previewHtml'

or as we see in IDEs like eclipse where browser window is opened right inside IDE.

As we can see below

Please give inputs, suggestions

解决方案

In order to render your html you can use the WebView API: https://code.visualstudio.com/docs/extensions/webview

这篇关于如何像打开另一个编辑器选项卡一样在 VSCode 中打开浏览器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆