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

Inappropriate format on type for `if ()` blocks

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

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

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

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
45/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
r, typescript, vscode

調査の方向性

報告されている VS Code、R、拡張機能のバージョンを使って、まず vscode-R リポジトリで format-on-type の動作を再現します。if (TRUE) の後に f( が挿入される理由を特定するため、format-on-type の処理を追跡します。完了の条件は、関数呼び出しが追加されず、閉じ中かっこが挿入されることです。

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

説明

bug

Describe the bug

Inappropriate format on type for if () blocks

I have no idea if it is a vscode-R, languageserver, or styler issue.

To Reproduce

  1. Enable Format On Type ("editor.formatOnType": true)
  2. In an Editor, write if (TRUE) and press return
  3. A curly brace and f( are added as follows:
if (TRUE) {
    f(

Can you fix this issue by yourself? (We appreciate the help)

No

Expected behavior

No function call (f() should be added and a closing brace should be added (so the added code is not invalid).

Environment (please complete the following information):

  • OS: Fedora Linux 41
  • VSCode Version: VSCodium 1.107.18627
  • R Version: 4.4.3
  • vscode-R version: 2.8.6
主要言語
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 を短くまとめたダイジェスト。