Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#1,668 コメント 3 件 リアクション 2 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
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
平均マージ
23時間 31分
マージ済み PR(30日)
13

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

REditorSupport/vscode-R のほかの issue

REditorSupport/vscode-R の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。