haskell/haskell-ide-engine
View on GitHubIn hover type information, how can I avoid this?
Open
#1,493 opened on Dec 22, 2019
3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Haskell2,358 stars (2,358 stars)205 forks (205 forks)batch import
good first issuetype: enhancement
Description
This issue does not include a description.
Contributor guide
- Tech stack
- None
- Domain
- developer experiencetooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic Haskell knowledgeFamiliarity with Haskell IDE Engine internals
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- 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.