microsoft / microsoft/vscode-cpptools
Inheritance and override icons like in CLion
オープン
まだ誰も着手していません。
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):

コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
この issue には実装ファイルやテストが指定されていないため、まず関連する Python language-server リクエスト (#1641) と、C++ 拡張機能のエディター機能のエントリーポイントを読んでください。完了条件は、override、オーバーライドされたメソッド、継承、派生クラスについて行アイコンを表示し、hover で対応するメソッドまたは型を特定できることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp, typescript
- 領域
- developer-experience, tooling
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100