防止phpstorm打开Firefox浏览器的新实例

发布于 2025-02-13 20:06:03 字数 203 浏览 0 评论 0原文

我曾经使用 shift + f1 快捷方式,以查看功能的官方php文档(将caret放置在功能名称上,然后按 shift + f1 )。 phpstorm用于在现有浏览器窗口的新选项卡中打开文档(对我来说是预期的行为)。但是最近由于某种原因,它停止了这种方式。

有没有方法可以使PhpStorm开放新浏览器选项卡而不是新的浏览器窗口?

I used to use Shift + F1 shortcut in order to view official PHP documentation for functions (place caret on function name and press Shift + F1). PhpStorm used to open documentation in new tab of existing browser window (it is expected behavior for me). However recently for some reason it stopped working this way.

Is there way to make PhpStorm open new browser tab instead of new browser window?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流心雨 2025-02-20 20:06:03

事实证明,我必须设置这样的phpStorm配置才能使其起作用:

  • 默认浏览器:首先列出(而不是系统默认值);
  • Firefox配置文件:默认释放(而不是默认)。

It turned out to be that I had to set such PhpStorm configuration in order to make it work:

  • Default browser: First Listed (instead of System default);
  • Firefox Profile: default-release (instead of default).

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文