Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Move help and plot viewers to the VS Code Secondary Side Bar

未关闭
#1,668 3 条评论 2 个 reaction 已指派 0 人 在 GitHub 查看

维护者通常 1 天内回复

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
38/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
停滞
技术栈
typescript, vscode
领域
desktop

调研方向

首先跟踪扩展中的帮助和绘图查看器入口点,以及它们如何向 VS Code 注册。将它们当前在编辑器区域中的位置与 issue 和链接的 Positron 参考中描述的 Secondary Side Bar 行为进行比较。当两个查看器都能在 Secondary Side Bar 中打开且不丢失现有功能时,即视为完成。

由索引模型根据 Issue 内容生成。

描述

feature-request

Is your feature request related to a problem? Please describe.

The help and plot viewers open in the editor region, which isn't the most optimal use of screen space. In the default layout, the VS Code Panel is at the bottom and spans to the right edge of the window. This often leaves the bottom-right region unused (unless very long lines are sent to the terminal, which is not good style).

Image

Describe the solution you'd like

Move help and plot viewers to the VS Code Secondary Side Bar. This would make better use of screen space, as the Secondary Side Bar spans to the bottom edge of the window.

Image

Describe alternatives you've considered

Different layout combinations, e.g. Panel at the right, help and plot viewers at the bottom. None of these options seemed as effective as using the Secondary Side Bar.

{
    "workbench.panel.defaultLocation": "right",
    "workbench.editor.openSideBySideDirection": "down"
}

Additional context

Positron shows help and plots in the Secondary Side Bar. See e.g. here: https://positron.posit.co/features.html

主要语言
TypeScript
星标
1.2k
派生
139
平均合并
22 小时
30 天内合并 PR
23

环境准备

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

REditorSupport/vscode-R 的其他 Issue

查看 REditorSupport/vscode-R 的全部 Issue

相似的 Issue

更多 TypeScript Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。