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

Add option for Markdown-style hierarchical outline in .Rmd files

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

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
静か
技術スタック
markdown, r, typescript

調査の方向性

まず language server の実装と、issue で説明されている settings.json files.associations workaround を調査します。現在の .Rmd のアウトラインを VS Code の Markdown 階層と比較し、その後、階層構造のセクションと折りたたみを使って、設定可能な headings-only、headings+chunks、full code-symbol モードを検証します。

索引モデルが issue の本文から書いたものです。

説明

feature-request

For .Rmd files, please add an outline mode that matches standard markdown heading hierarchy in VS Code (for .md files). The problem with the current full outline is that:

  1. Every function in every cell, along with normal section headers (#, ##, ###) are all put in the outline, making it difficult to find what you need in large .Rmd files;
  2. The sections are not hierarchical. Normal .md files have hierarchical list (folding out using [+]).

Ideally this would be configurable with options, e.g. headings-only, headings+chunks, and full code symbols, so users can keep R Markdown editing features without losing the normal hierarchical document outline.

In the meantime, users can switch off Rmd-support with the plugin by adding the following to settings.json, so that VSCode uses normal markdown outlines for .Rmd files (but no R-plugin functionality either):

{
 "files.associations": {
      "*.Rmd": "markdown"
   }
}

I guess this would need changes in the languageserver implementation?

主要言語
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 を短くまとめたダイジェスト。