On hover/focus, blocks should draw lines between function definitions and uses
オープン
enhancement
funblocks
- 主要言語
- Haskell
- スター
- 1.3k
- フォーク
- 201
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
When I hover over a variable block, I want to see a line from that block to where it's defined (i.e., the variable definition, or the list comprehension block, or the function definition, which is responsible for its existence). Conversely, when I hover over one of those blocks, I want to see lines to ALL of the occurrences of that variable elsewhere in the program.
This should also work for selecting the block, since hovering isn't possible on touch screen devices.
コントリビューションガイド
調査の方向性
まず、エディターにおけるブロックのホバー、フォーカス、選択の処理を特定し、次に変数の定義と使用がどのように表現されているかを追跡します。変数に関連するブロックにホバーするか選択したときに、その定義または関連するすべての出現箇所への線が描画され、タッチデバイスでも機能すれば作業は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- haskell
- 領域
- frontend
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 30/100