haskell / haskell/haskell-mode
Jump to definition in the package source file
Open
- Dominant language
- Emacs Lisp
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
For example when I try to use `haskell-mode-jump-to-def-or-tag` on `map` function it only displays
> Defined in `GHC.Base'.
Is it possible to jump to source file instead?
Contributor guide
Research direction
Start at the `haskell-mode-jump-to-def-or-tag` entry point and trace how a definition such as `map` is resolved to `GHC.Base`. Determine how the package source file could be located rather than only displaying the module name, and verify that jumping from the command opens the expected source location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- emacs, haskell
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100