microsoft / microsoft/vscode-cpptools

Inheritance and override icons like in CLion

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

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

Feature Request Language Service
主要言語
TypeScript
スター
6.2k
フォーク
1.7k
平均マージ
14時間 46分
マージ済み PR(30日)
61

説明

Type: Feature Request

It would be nice to have icons on lines which show the following, like in CLion:

  • the method overrides another one (a hover would indicate the overridden method)
  • the method is overridden somewhere (a hover would indicate all overriding methods)
  • the class/struct inherits (an)other(s) (a hover would indicate all parents)
  • the class/struct is inherited somewhere (a hover would indicate all childs)

This is basically the same feature request as this one but for C++.

An example on how it looks in CLion (not complete):

image

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

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

調査の方向性

この issue には実装ファイルやテストが指定されていないため、まず関連する Python language-server リクエスト (#1641) と、C++ 拡張機能のエディター機能のエントリーポイントを読んでください。完了条件は、override、オーバーライドされたメソッド、継承、派生クラスについて行アイコンを表示し、hover で対応するメソッドまたは型を特定できることです。

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

評価

技術スタック
cpp, typescript
領域
developer-experience, tooling
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
25/100

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

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