3 留言 (3 留言)0 反應 (0 反應)0 負責人 (0 負責人)Haskell2,358 star (2,358 star)205 fork (205 fork)batch import
good first issuetype: enhancement
- 技術棧
- 無
- 議題類型
- feature
- 研究方向
- The issue requests limiting the display of type information on hover to only the last part of typenames, avoiding full qualified names. The implementation likely involves modifying how the IDE engine formats type information, possibly in the hover provider logic. Investigate the source code for hover rendering, particularly in files like src/Development/IDE/Core/Rules.hs or the plugin handling hover responses. The existing comments may provide additional context, but no specific implementation direction is given.